Kommentar
Å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.
Represents the different button styles.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public Enumeration 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. | |
| msoButtonCaption | Displays the caption. | |
| msoButtonIcon | Displays the icon. | |
| msoButtonIconAndCaption | Displays the icon and the caption. | |
| msoButtonIconAndCaptionBelow | Unsupported, do not use. | |
| msoButtonIconAndWrapCaption | Unsupported, do not use. | |
| msoButtonIconAndWrapCaptionBelow | Unsupported, do not use. | |
| msoButtonWrapCaption | Unsupported, do not use. |