CommandBarComboBoxClass::Style Property

 

Gets or sets the style of the combo box.

Namespace:   Microsoft.VisualStudio.CommandBars
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);
}

This property can be set to either msoComboLabel or msoComboNormal, otherwise it throws an ArgumentOutOfRangeException.

Return to top
Show: