PreviewKeyDownEventArgs Properties
.NET Framework 4.5
The PreviewKeyDownEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Alt | Gets a value indicating whether the ALT key was pressed. |
|
Control | Gets a value indicating whether the CTRL key was pressed. |
|
IsInputKey | Gets or sets a value indicating whether a key is a regular input key. |
|
KeyCode | Gets the keyboard code for a KeyDown or KeyUp event. |
|
KeyData | Gets the key data for a KeyDown or KeyUp event. |
|
KeyValue | Gets the keyboard value for a KeyDown or KeyUp event. |
|
Modifiers | Gets the modifier flags for a KeyDown or KeyUp event. |
|
Shift | Gets a value indicating whether the SHIFT key was pressed. |