__VSUIACCELMODIFIERS Enum

Definition

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.

Applies to