CommandBarButtonClass::Height Property

 

Gets the height of the button.

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

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

Property Value

Type: System::Int32

The height of the button.

Attempting to set this property with any other value will cause an exception to be thrown.

Return to top
Show: