Name | Description | |
---|---|---|
![]() | KeyEventArgs Constructor |
The following tables list the members exposed by KeyEventArgs.
Name | Description | |
---|---|---|
![]() | KeyEventArgs Constructor |
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. |