VintasoftControlKeyEventArgs Class Members
In This Topic
The following tables list the members exposed by
VintasoftControlKeyEventArgs.
Public Constructors
Public Fields
Public Properties
| 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. (Inherited from VintasoftControlEventArgs) |
 | KeyChar | Gets the key character. |
 | KeyCode | Gets the key code. |
 | KeyData | Gets the key data. |
 | Shift | Gets a value indicating whether the SHIFT key was pressed. |
See Also