__VSUIACCELMODIFIERS Enumeration

Indicates the modifier keys used in a keyboard accelerator.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
Public Enumeration __VSUIACCELMODIFIERS
public enum __VSUIACCELMODIFIERS
public enum class __VSUIACCELMODIFIERS
type __VSUIACCELMODIFIERS
public enum __VSUIACCELMODIFIERS

Members

Member name Description
VSAM_NONE No modifier in included.
VSAM_SHIFT The shift key is included.
VSAM_CONTROL The CTRL key is included.
VSAM_ALT The ALT key is included.
VSAM_WINDOWS The Windows key is included.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace