Enum ModifierKeys
Keyboard modifier keys
Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
[Flags]
public enum ModifierKeys : byte
Fields
| Name | Description |
|---|---|
| Alt | The alt |
| Control | The control |
| None | The none |
| Shift | The shift |
| Windows | The windows |