vsCommandStyle Enumeration
Visual Studio 2015
Defines command style options.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Member name | Description | |
|---|---|---|
| vsCommandStyleComboCaseSensitive | This combo box is case-sensitive. | |
| vsCommandStyleComboNoAutoComplete | This option specifies that combo boxes will not use AutoComplete. | |
| vsCommandStylePict | This command displays an icon only when placed on a toolbar. It displays an icon and text on a menubar. | |
| vsCommandStylePictAndText | This command displays both an icon and text on both toolbars and menubars. | |
| vsCommandStyleText | This command displays text on a toolbar. It displays both icon and text on a menubar. |
Show: