Enum KeyboardModifierKey
Specifies the set of modifier keys.
[Flags]
public enum KeyboardModifierKey
Fields
Alt = 1The ALT key.
Control = 2The CTRL key.
None = 0No modifiers are pressed.
Shift = 4The SHIFT key.
Windows = 8The Windows logo key.