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.
Represents the different button styles.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public Enumeration MsoButtonStyle
'Usage
Dim instance As MsoButtonStyle
public enum MsoButtonStyle
public enum class MsoButtonStyle
type MsoButtonStyle
public enum MsoButtonStyle
Members
| Member name | Description | |
|---|---|---|
| msoButtonAutomatic | Displays the icon if there is one, otherwise displays the caption. | |
| msoButtonIcon | Displays the icon. | |
| msoButtonCaption | Displays the caption. | |
| msoButtonIconAndCaption | Displays the icon and the caption. | |
| msoButtonIconAndWrapCaption | Unsupported, do not use. | |
| msoButtonIconAndCaptionBelow | Unsupported, do not use. | |
| msoButtonWrapCaption | Unsupported, do not use. | |
| msoButtonIconAndWrapCaptionBelow | Unsupported, do not use. |