__VSUIACCELMODIFIERS Enum
Definition
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.
Indicates the modifier keys used in a keyboard accelerator.
public enum class __VSUIACCELMODIFIERS
public enum class __VSUIACCELMODIFIERS
enum __VSUIACCELMODIFIERS
public enum __VSUIACCELMODIFIERS
type __VSUIACCELMODIFIERS =
Public Enum __VSUIACCELMODIFIERS
- Inheritance
-
__VSUIACCELMODIFIERS
Fields
VSAM_ALT | 4 | The ALT key is included. |
VSAM_CONTROL | 2 | The CTRL key is included. |
VSAM_NONE | 0 | No modifier in included. |
VSAM_SHIFT | 1 | The shift key is included. |
VSAM_WINDOWS | 8 | The Windows key is included. |