Enum KeyModifier
Represents keyboard keys that can be pressed and held down during the execution of a method, such as the SendKeys method.
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
[Flags]
public enum KeyModifier
Fields
| Name | 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. |