The following tables list the members exposed by ToolKeyEventArgs.
Name | Description | |
---|---|---|
ToolKeyEventArgs Constructor | Creates a new ToolKeyEventArgs instance. |
Name | Description | |
---|---|---|
Alt | Gets a value indicating whether the ALT key was pressed. (Inherited from System.Windows.Forms.KeyEventArgs) | |
Control | Gets a value indicating whether the CTRL key was pressed. (Inherited from System.Windows.Forms.KeyEventArgs) | |
Handled | Gets or sets a value indicating whether the event was handled. (Inherited from System.Windows.Forms.KeyEventArgs) | |
KeyCode | Gets the keyboard code for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. (Inherited from System.Windows.Forms.KeyEventArgs) | |
KeyData | Gets the key data for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. (Inherited from System.Windows.Forms.KeyEventArgs) | |
KeyValue | Gets the keyboard value for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. (Inherited from System.Windows.Forms.KeyEventArgs) | |
Modifiers | Gets the modifier flags for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed. (Inherited from System.Windows.Forms.KeyEventArgs) | |
Shift | Gets a value indicating whether the SHIFT key was pressed. (Inherited from System.Windows.Forms.KeyEventArgs) | |
SuppressKeyPress | Gets or sets a value indicating whether the key event should be passed on to the underlying control. (Inherited from System.Windows.Forms.KeyEventArgs) | |
Tool | The tool. |