_CommandBars.DisplayFonts 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定“字体”框中的字体名称是否以实际字体显示。
public:
property bool DisplayFonts { bool get(); void set(bool value); };
public bool DisplayFonts { get; set; }
member this.DisplayFonts : bool with get, set
Public Property DisplayFonts As Boolean
属性值
注解
如果“字体”框中的字体名称以实际字体显示,则返回的值为 True ;如果它们未显示,则为 False 。