KeyEventArgs Class Members
In This Topic
The following tables list the members exposed by KeyEventArgs.
Public Constructors
Public Properties
| Name | Description |
| Alt | Gets a value indicating whether alt key is pressed. |
| Char | Gets the char associated with the key that originated this event. |
| Command | Gets a value indicating whether command key is pressed. |
| Ctrl | Gets a value indicating whether control key is pressed. |
| Key | Gets the key identifier. |
| OriginalEvent | Gets the original event that originated this event. |
| Shift | Gets a value indicating whether shift key is pressed. |
Top
See Also