vsCommandControlType Enumeration

Describes the kind of control that should be used for a command.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
<GuidAttribute("765724FE-DDE5-422A-A008-198376C7B641")> _
Public Enumeration vsCommandControlType
[GuidAttribute("765724FE-DDE5-422A-A008-198376C7B641")]
public enum vsCommandControlType
[GuidAttribute(L"765724FE-DDE5-422A-A008-198376C7B641")]
public enum class vsCommandControlType
[<GuidAttribute("765724FE-DDE5-422A-A008-198376C7B641")>]
type vsCommandControlType
public enum vsCommandControlType

Members

Member name Description
vsCommandControlTypeButton A button control.
vsCommandControlTypeDropDownCombo A Drop- down combo box control.
vsCommandControlTypeMRUCombo A Most Recently Used combo box control.
vsCommandControlTypeMRUButton A Most Recently Used button control.

Remarks

Enhances the controls available through the command bar.

See Also

Reference

EnvDTE80 Namespace