ShortcutHotkeyModifier Enumeration
Specifies a key-modifier to assign for a shortcut.
Namespace: DevCase.Core.IO.FileSystemAssembly: 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
<FlagsAttribute>
Public Enumeration ShortcutHotkeyModifier
Dim instance As ShortcutHotkeyModifier
[FlagsAttribute]
public enum class ShortcutHotkeyModifier
[<FlagsAttribute>]
type ShortcutHotkeyModifier
No code example is currently available or this language may not be supported.
None |
0 |
Specifies any modifier.
|
Shift |
1 |
The SHIFT keyboard key.
|
Control |
2 |
The CTRL keyboard key.
|
Alt |
4 |
The ALT keyboard key.
|