KeyEventArgs Class Properties
In This Topic
For a list of all members of this type, see KeyEventArgs members.
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