CommandBarsClass::LargeButtons Property
Visual Studio 2015
Determines whether large buttons are displayed on command bars. Always returns false.
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); }
Implements
_CommandBars::LargeButtonsNotes 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.
Show: