MsoButtonStyle Enum

Definition

Represents the different button styles.

public enum class MsoButtonStyle
public enum class MsoButtonStyle
enum MsoButtonStyle
public enum MsoButtonStyle
type MsoButtonStyle = 
Public Enum MsoButtonStyle
Inheritance
MsoButtonStyle

Fields

msoButtonAutomatic 0

Displays the icon if there is one, otherwise displays the caption.

msoButtonCaption 2

Displays the caption.

msoButtonIcon 1

Displays the icon.

msoButtonIconAndCaption 3

Displays the icon and the caption.

msoButtonIconAndCaptionBelow 11

Unsupported, do not use.

msoButtonIconAndWrapCaption 7

Unsupported, do not use.

msoButtonIconAndWrapCaptionBelow 15

Unsupported, do not use.

msoButtonWrapCaption 14

Unsupported, do not use.

Applies to