Key |
The KeyEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Alt | Returns true if the ALT key was pressed; otherwise, false. | |
| Control | Returns true if the CTRL key was pressed; otherwise, false. | |
| KeyCode | Gets the keyboard code for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. | |
| KeyData | Gets the key data for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. | |
| KeyHandled | Gets or sets a value indicating whether the event was handled. | |
| KeyValue | Gets the keyboard value for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. | |
| Modifiers | Gets the modifier flags for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed. | |
| Shift | Returns true if the SHIFT key was pressed; otherwise, false. | |
| SuppressKeyPress | Gets or sets a value indicating whether the key event should be passed on to the underlying control. |