CommandBarsClass.DisplayFonts Property

Definition

Determines whether a font name in the Font dropdown is displayed with the font of that name. Always returns false.

public:
 virtual property bool DisplayFonts { bool get(); void set(bool value); };
public:
 virtual property bool DisplayFonts { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610809367)]
public virtual bool DisplayFonts { [System.Runtime.InteropServices.DispId(1610809367)] get; [System.Runtime.InteropServices.DispId(1610809367)] set; }
[<System.Runtime.InteropServices.DispId(1610809367)>]
[<get: System.Runtime.InteropServices.DispId(1610809367)>]
[<set: System.Runtime.InteropServices.DispId(1610809367)>]
member this.DisplayFonts : bool with get, set
Public Overridable Property DisplayFonts As Boolean

Property Value

Always returns false.

Implements

Attributes

Notes to Inheritors

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

Applies to