Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 880 Bytes

Office.MsoButtonStyle.md

File metadata and controls

26 lines (21 loc) · 880 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
MsoButtonStyle enumeration (Office)
Office.MsoButtonStyle
da6a0258-5cef-1745-793d-ead1ac4e9006
01/31/2019
medium

MsoButtonStyle enumeration (Office)

Specifies the style of a command bar button.

Name Value Description
msoButtonAutomatic 0 Default behavior.
msoButtonCaption 2 Text only.
msoButtonIcon 1 Image only.
msoButtonIconAndCaption 3 Image and text, with text to the right of image.
msoButtonIconAndCaptionBelow 11 Image with text below.
msoButtonIconAndWrapCaption 7 Image with text wrapped and to the right of the image.
msoButtonIconAndWrapCaptionBelow 15 Image with text wrapped below image.
msoButtonWrapCaption 14 Text only, centered and wrapped.

[!includeSupport and feedback]