_CommandBars.DisplayFonts Property

Definition

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

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

Property Value

Always returns false.

Attributes

Remarks

Attempting to set this property with any other value will cause an exception to be thrown.

Applies to