KeyEventArgs Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Alt | Gets a value indicating whether the ALT key was pressed. |
![]() | Control | Gets a value indicating whether the CTRL key was pressed. |
![]() | Handled | Gets or sets a value indicating whether the event was handled. |
![]() | KeyCode | |
![]() | KeyData | |
![]() | KeyValue | |
![]() | Modifiers | |
![]() | Shift | Gets a value indicating whether the SHIFT key was pressed. |
![]() | SuppressKeyPress | Gets or sets a value indicating whether the key event should be passed on to the underlying control. |
Show:
