Enum ModifierKeys
Specifies the virtual key used to modify another keypress.
Namespace: System.Windows.Input
Assembly: OpenSilver.dll
Syntax
[Flags]
public enum ModifierKeys
Fields
| Name | Description |
|---|---|
| Alt | The Menu (Alt) virtual key. |
| Apple | The Apple key (also known as the Open Apple key) is pressed. |
| Control | The Ctrl (control) virtual key. |
| None | No virtual key modifier. |
| Shift | The Shift virtual key. |
| Windows | The Windows virtual key. |