_Document.ActiveThemeDisplayName プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された文書のアクティブ テーマの表示名を返します。
public:
property System::String ^ ActiveThemeDisplayName { System::String ^ get(); };
public string ActiveThemeDisplayName { get; }
member this.ActiveThemeDisplayName : string
Public ReadOnly Property ActiveThemeDisplayName As String
プロパティ値
注釈
ドキュメントにアクティブなテーマがない場合、このプロパティは "none" を返します。
A theme's display name is the name that appears in the Theme dialog box. This name may not correspond to the string you would use to set a default theme or to apply a theme to a document.