vsCommandDisabledFlags 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.
Describes the accessibility of menu items and toolbars.
public enum class vsCommandDisabledFlags
public enum class vsCommandDisabledFlags
enum vsCommandDisabledFlags
[System.Runtime.InteropServices.Guid("947978F5-185B-4366-921E-A14C0ED46702")]
public enum vsCommandDisabledFlags
[<System.Runtime.InteropServices.Guid("947978F5-185B-4366-921E-A14C0ED46702")>]
type vsCommandDisabledFlags =
Public Enum vsCommandDisabledFlags
- Inheritance
-
vsCommandDisabledFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsCommandDisabledFlagsEnabled | 0 | Item is enabled. |
vsCommandDisabledFlagsGrey | 16 | Item is disabled. |
32 | Item is hidden. |