vsCommandControlType Enumeration
Visual Studio 2015
Describes the kind of control that should be used for a command.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Member name | Description | |
|---|---|---|
| vsCommandControlTypeButton | A button control. | |
| vsCommandControlTypeDropDownCombo | A Drop- down combo box control. | |
| vsCommandControlTypeMRUButton | A Most Recently Used button control. | |
| vsCommandControlTypeMRUCombo | A Most Recently Used combo box control. |
Enhances the controls available through the command bar.
Show: