The following tables list the members exposed by KeyEventArgs.
Name | Description | |
---|---|---|
![]() | KeyEventArgs Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Alt | Gets a value indicating whether the ALT key was pressed. |
![]() | Control | Gets a value indicating whether the CTRL key was pressed. |
![]() | KeyCode | Gets the keyboard code for a KeyEventArgs.KeyDown, KeyEventArgs.KeyPress or KeyEventArgs.KeyUp event. |
![]() | Shift | Gets a value indicating whether the SHIFT key was pressed. |