_Document.ActiveThemeDisplayName 属性

定义

返回指定文档的活动主题显示名称。

public:
 property System::String ^ ActiveThemeDisplayName { System::String ^ get(); };
public string ActiveThemeDisplayName { get; }
member this.ActiveThemeDisplayName : string
Public ReadOnly Property ActiveThemeDisplayName As String

属性值

注解

如果文档没有活动主题,则此属性返回“none”。

主题的显示名称是将显示在 主题对话框中的名称。 此名称可能与用来设置默认主题或为文档应用主题的字符串不对应。

适用于