_CommandBarComboBox::Style Property
Visual Studio 2015
Gets or sets the style of the combo box.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[DispIdAttribute(1610940430)] property MsoComboStyle Style { [DispIdAttribute(1610940430)] MsoComboStyle get(); [DispIdAttribute(1610940430)] void set(MsoComboStyle value); }
This property can be set to either msoComboLabel or F:Microsoft.VisualStudio.CommandBars.MsoComboStyle.msoComboNormall, otherwise it throws an ArgumentOutOfRangeException.
Show: