_CommandBars::DisplayFonts Property
Visual Studio 2015
Determines whether a font name in the Font dropdown is displayed with the font of that name. Always returns false.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[DispIdAttribute(1610809367)] property bool DisplayFonts { [DispIdAttribute(1610809367)] bool get(); [DispIdAttribute(1610809367)] void set(bool value); }
Attempting to set this property with any other value will cause an exception to be thrown.
Show: