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