Taal

SystemColors.InactiveCaptionTextColorKey Eigenschap

Definitie

Hiermee haalt u de ResourceKey naam op van de Color tekst van de titelbalk van een inactief venster.

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

Waarde van eigenschap

De resourcesleutel voor de Color tekst van de titelbalk van een inactief venster.

Opmerkingen

Gebruik de InactiveCaptionTextColorKey functie om een dynamische verwijzing naar de inactieve tekstsysteemkleur voor bijschriften te maken. Deze dynamische verwijzing wordt automatisch bijgewerkt als de kleur wordt gewijzigd. Als u een statische verwijzing wilt maken die niet automatisch wordt bijgewerkt, gebruikt u InactiveCaptionTextColor.

XAML-kenmerkgebruik

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

XAML-waarden

x:Statisch De extensie x:Static Markup.

Van toepassing op

Zie ook