편집

다음을 통해 공유


MsoButtonStyle Enum

Definition

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.

Applies to