_CommandBars.DisplayFonts 属性

定义

确定字体下拉列表中的字体名称是否与该名称的字体一起显示。 始终返回 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; }
[<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 Property DisplayFonts As Boolean

属性值

Boolean

始终返回 false

属性

注解

尝试将此属性设置为任何其他值将导致引发异常。

适用于