MsoButtonStyle enumeration (Office)
Specifies the style of a command bar button.
Name | Value | Description |
---|---|---|
msoButtonAutomatic | 0 | Default behavior. |
msoButtonCaption | 2 | Text only. |
msoButtonIcon | 1 | Image only. |
msoButtonIconAndCaption | 3 | Image and text, with text to the right of image. |
msoButtonIconAndCaptionBelow | 11 | Image with text below. |
msoButtonIconAndWrapCaption | 7 | Image with text wrapped and to the right of the image. |
msoButtonIconAndWrapCaptionBelow | 15 | Image with text wrapped below image. |
msoButtonWrapCaption | 14 | Text only, centered and wrapped. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.