vsCommandControlType Enum

Definition

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

public enum class vsCommandControlType
public enum class vsCommandControlType
enum vsCommandControlType
[System.Runtime.InteropServices.Guid("765724FE-DDE5-422A-A008-198376C7B641")]
public enum vsCommandControlType
[<System.Runtime.InteropServices.Guid("765724FE-DDE5-422A-A008-198376C7B641")>]
type vsCommandControlType = 
Public Enum vsCommandControlType
Inheritance
vsCommandControlType
Attributes

Fields

vsCommandControlTypeButton 2

A button control.

vsCommandControlTypeDropDownCombo 32

A Drop- down combo box control.

vsCommandControlTypeMRUButton 8192

A Most Recently Used button control.

vsCommandControlTypeMRUCombo 64

A Most Recently Used combo box control.

Remarks

Enhances the controls available through the command bar.

Applies to