MsoButtonStyle Enumeration
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. |