CommandBarsClass::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)

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

Property Value

Type: System::Boolean

Always returns false.

Notes to Inheritors:

Visual Studio does not support this feature, so it should always return false. Attempting to set this property with any other value should cause an exception to be thrown.

Return to top
Show: