ShortcutHotkeyModifier Enumeration

Specifies a key-modifier to assign for a shortcut.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum ShortcutHotkeyModifier

Remarks

Members

None 0 Specifies any modifier.
Shift 1 The SHIFT keyboard key.
Control 2 The CTRL keyboard key.
Alt 4 The ALT keyboard key.

See Also