Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
KeyEventArgs Class Members
The following tables list the members exposed by KeyEventArgs.
Public Properties
| Name | Description |
| Alt | Gets a value indicating whether the ALT key was pressed. |
| Ctrl | Gets a value indicating whether the CTRL key was pressed. |
| DefaultPrevented | |
| KeyCode | Gets the keyboard code for a KeyDown or KeyUp event. |
| Modifiers | Gets the modifier flags for a KeyDown or KeyUp event. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed. |
| Shift | Gets a value indicating whether the SHIFT key was pressed. |
Public Methods
See Also