_CommandBars::LargeButtons Property

 

Determines whether large buttons are displayed on command bars. Always returns false.

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

[DispIdAttribute(1610809354)]
property bool LargeButtons {
	[DispIdAttribute(1610809354)]
	bool get();
	[DispIdAttribute(1610809354)]
	void set(bool value);
}

Property Value

Type: System::Boolean

Always returns false.

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

Return to top
Show: