Share via


MsoButtonStyle Enumeration

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.

See Also

Reference

Microsoft.VisualStudio.CommandBars Namespace