ModifierKey Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum containing the modifier keys for shortcuts.
public enum ModifierKey
type ModifierKey =
Public Enum ModifierKey
- Inheritance
-
ModifierKey
Fields
Name | Value | Description |
---|---|---|
None | 0 | Empty modifier key. |
LeftAlt | 1 | Left alt key. |
ShiftLeftAlt | 3 | Shift key and left alt key. |
Control | 4 | Control key. |
ControlLeftAlt | 5 | Control key and left alt key. |
ControlShift | 6 | Control key and shift key. |
ControlShiftLeftAlt | 7 | Control key, shift key and left alt key. |