Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines command style options.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("6FB22721-008A-41A0-B4A9-23A7AB2A02B7")> _
Public Enumeration vsCommandStyle
[GuidAttribute("6FB22721-008A-41A0-B4A9-23A7AB2A02B7")]
public enum vsCommandStyle
[GuidAttribute(L"6FB22721-008A-41A0-B4A9-23A7AB2A02B7")]
public enum class vsCommandStyle
[<GuidAttribute("6FB22721-008A-41A0-B4A9-23A7AB2A02B7")>]
type vsCommandStyle
public enum vsCommandStyle
Members
| Member name | Description | |
|---|---|---|
| vsCommandStylePict | This command displays an icon only when placed on a toolbar. It displays an icon and text on a menubar. | |
| vsCommandStyleText | This command displays text on a toolbar. It displays both icon and text on a menubar. | |
| vsCommandStylePictAndText | This command displays both an icon and text on both toolbars and menubars. | |
| vsCommandStyleComboNoAutoComplete | This option specifies that combo boxes will not use AutoComplete. | |
| vsCommandStyleComboCaseSensitive | This combo box is case-sensitive. |