C# Syntax
[Flags()] public enum KeyModifier : System.Enum
Member | Description |
---|---|
Alt | An Alt key. |
Ctrl | A control key. |
LeftAlt | The left Alt key. |
LeftCtrl | The left control key. |
LeftShift | The left Shift key. |
LeftWindowsLogo | The left Windows key. |
None | No key is pressed. |
RightAlt | The right Alt key. |
RightCtrl | The right control key. |
RightShift | The right Shift key. |
RightWindowsLogo | The right Windows key. |
Shift | A Shift key. |
WindowsLogo | A Windows key. |
System.Object
System.ValueType
System.Enum
HP.LFT.SDK.KeyModifier