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