SystemColors.InactiveCaptionTextColorKey プロパティ

定義

非アクティブ ウィンドウのタイトル バーのテキストの ColorResourceKey を取得します。

public:
 static property System::Windows::ResourceKey ^ InactiveCaptionTextColorKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey InactiveCaptionTextColorKey { get; }
member this.InactiveCaptionTextColorKey : System.Windows.ResourceKey
Public Shared ReadOnly Property InactiveCaptionTextColorKey As ResourceKey

プロパティ値

ResourceKey

非アクティブ ウィンドウのタイトル バーのテキストの Color のリソース キー。

注釈

InactiveCaptionTextColorKey非アクティブなキャプション テキスト システムの色への動的参照を作成するには、次を使用します。 この動的参照は、色が変更されると自動的に更新されます。 自動的に更新されない静的参照を作成するには、次を使用 InactiveCaptionTextColorします。

XAML 属性の使用方法

<object property="{DynamicResource {x:Static SystemColors.InactiveCaptionTextColorKey}}"/>  

XAML 値

x:Static
x:Static マークアップ拡張機能

適用対象

こちらもご覧ください