Windows Forms includes standard keyboard events that allow you to respond to specific key presses, and also provides ways for you to intercept, modify, and consume key presses at the application, form, and control level.
Describes how keyboard messages are processed and transformed into keyboard events.
Provides information on the types of keyboard events and the information that is received by the keyboard event handlers.
Presents a code example that shows how to modify key values before they reach a control.
Demonstrates how to find out whether SHIFT, ALT, or CTRL was pressed in addition to another key.
Presents a code example that shows how to intercept keys before they reach a control.