_CommandBarComboBox.Style Property
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.
Returns or sets the way a command bar is displayed.
public:
property Microsoft::Office::Core::MsoComboStyle Style { Microsoft::Office::Core::MsoComboStyle get(); void set(Microsoft::Office::Core::MsoComboStyle value); };
public Microsoft.Office.Core.MsoComboStyle Style { get; set; }
member this.Style : Microsoft.Office.Core.MsoComboStyle with get, set
Public Property Style As MsoComboStyle
Property Value
Remarks
Can be either of the following MsoComboStyle constants: msoComboLabel or msoComboNormal.