Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
| 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. |