MsoButtonStyle Enumeration

Specifies the style of a command bar button.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoButtonStyle
'Usage
Dim instance As MsoButtonStyle
public enum MsoButtonStyle

Members

Member name Description
msoButtonAutomatic Default behavior.
msoButtonIcon Image only.
msoButtonCaption Text only.
msoButtonIconAndCaption Image and text, with text to the right of image.
msoButtonIconAndWrapCaption Image with text wrapped and to the right of the image.
msoButtonIconAndCaptionBelow Image with text below.
msoButtonWrapCaption Text only, centered and wrapped.
msoButtonIconAndWrapCaptionBelow Image with text wrapped below image.

See Also

Reference

Microsoft.Office.Core Namespace