KeyShortcut Properties
A class used by various controls to provide shortcut keys.
Name | Description |
---|---|
Alt |
Gets the name of the ALT key which is dependent upon the end-user’s regional settings. |
Control |
Gets the name of the CONTROL key which is dependent upon the end-user’s regional settings. |
Is |
Tests whether the current shortcut specifies a valid key combination. |
Key | Gets the shortcut used to activate particular functionality. |
Shift |
Gets the name of the SHIFT key which is dependent upon the end-user’s regional settings. |
See Also