Class ModifierKey
Provides constants for commonly used modifier keys.
public static class ModifierKey
- Inheritance
-
ModifierKey
Fields
- Alt
Represents the "Alt" modifier key.
- AltShift
Represents both Alt and Shift modifiers.
- Control
Represents the "Control" modifier key.
- ControlAlt
Represents both Control and Alt modifiers.
- ControlShift
Represents both Control and Shift modifiers.
- ControlShiftAlt
Represents Control, Shift, and Alt modifiers.
- None
Represents no modifier keys.
- Shift
Represents the "Shift" modifier key.
- Windows
Represents the "Windows" modifier key.
- WindowsShift
Represents both Windows and Shift modifiers.