MsoButtonStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
msoButtonAutomatic | 0 | Displays the icon if there is one, otherwise displays the caption. |
msoButtonIcon | 1 | Displays the icon. |
msoButtonCaption | 2 | Displays the caption. |
msoButtonIconAndCaption | 3 | Displays the icon and the caption. |
msoButtonIconAndWrapCaption | 7 | Unsupported, do not use. |
msoButtonIconAndCaptionBelow | 11 | Unsupported, do not use. |
msoButtonWrapCaption | 14 | Unsupported, do not use. |
msoButtonIconAndWrapCaptionBelow | 15 | Unsupported, do not use. |