Represents the different button styles.
Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
声明
Public Enumeration MsoButtonStyle
用法
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. |