_CommandBars::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)
[DispIdAttribute(1610809354)] property bool LargeButtons { [DispIdAttribute(1610809354)] bool get(); [DispIdAttribute(1610809354)] void set(bool value); }
Attempting to set this property with any other value will cause an exception to be thrown.
Show: