_CommandBarComboBox.Style Property

Definition

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.

Applies to