MsoButtonStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the style of a command bar button.
public enum class MsoButtonStyle
public enum MsoButtonStyle
type MsoButtonStyle =
Public Enum MsoButtonStyle
- Inheritance
-
MsoButtonStyle
Fields
Name | Value | Description |
---|---|---|
msoButtonAutomatic | 0 | Default behavior. |
msoButtonIcon | 1 | Image only. |
msoButtonCaption | 2 | Text only. |
msoButtonIconAndCaption | 3 | Image and text, with text to the right of image. |
msoButtonIconAndWrapCaption | 7 | Image with text wrapped and to the right of the image. |
msoButtonIconAndCaptionBelow | 11 | Image with text below. |
msoButtonWrapCaption | 14 | Text only, centered and wrapped. |
msoButtonIconAndWrapCaptionBelow | 15 | Image with text wrapped below image. |