The members of System.Windows.Forms.PreviewKeyDownEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Windows.Forms.PreviewKeyDownEventArgs class with the specified key. |
[read-only] | Alt | bool.
Gets a value indicating whether the ALT key was pressed. |
[read-only] | Control | bool.
Gets a value indicating whether the CTRL key was pressed. |
IsInputKey | bool.
Gets or sets a value indicating whether a key is a regular input key. | |
[read-only] | KeyCode | Keys.
Gets the keyboard code for a Control.KeyDown or Control.KeyUp event. |
[read-only] | KeyData | Keys.
Gets the key data for a Control.KeyDown or Control.KeyUp event. |
[read-only] | KeyValue | int.
Gets the keyboard value for a Control.KeyDown or Control.KeyUp event. |
[read-only] | Modifiers | Keys.
Gets the modifier flags for a Control.KeyDown or Control.KeyUp event. |
[read-only] | Shift | bool.
Gets a value indicating whether the SHIFT key was pressed. |