CommandBarComboBoxClass::Width Property

 

Gets or sets the width of the control.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

public:
[DispIdAttribute(1610874923)]
property int Width {
	[DispIdAttribute(1610874923)]
	virtual int get();
	[DispIdAttribute(1610874923)]
	virtual void set(int value);
}

Property Value

Type: System::Int32

The width of the control.

This property throws an InvalidOperationException if it is set to a different value.

Return to top
Show: