ModifierKeys Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the set of modifier keys.
This enumeration supports a bitwise combination of its member values.
C++
public enum class ModifierKeys
[System.Flags]
public enum ModifierKeys
[<System.Flags>]
type ModifierKeys =
Public Enum ModifierKeys
- Inheritance
-
ModifierKeys
- Attributes
Name | Value | Description |
---|---|---|
None | 0 | No modifiers are pressed. |
Alt | 1 | The ALT key. |
Control | 2 | The CTRL key. |
Shift | 4 | The SHIFT key. |
Windows | 8 | The Windows logo key. |
Produk | Versi |
---|---|
Visual Studio SDK | 2017, 2019 |