_CommandBarComboBox::Style Property

 

Gets or sets the style of the combo box.

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

Return to top
Show: