Enum KeyModifier
Defines keyboard modifiers that can be combined using bitwise operations to represent multiple modifiers for a hotkey.
Namespace: Coree.NETWindows
Assembly: Coree.NETWindows.dll
Syntax
[Flags]
public enum KeyModifier
Fields
Name | Description |
---|---|
Alt | Represents the Alt key modifier. |
Ctrl | Represents the Control (Ctrl) key modifier. |
None | Indicates that no modifiers are pressed. |
Shift | Represents the Shift key modifier. |
WinKey | Represents the Windows key modifier. |