SystemColors.HotTrackColorKey Property

Definition

Gets the ResourceKey for the Color that designates a hot-tracked item.

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

Property Value

The resource key for the Color that designates a hot-tracked item.

Remarks

Use the HotTrackColorKey to create a dynamic reference to the hot track system color. This dynamic reference will automatically update if the color is changed. To create a static reference that does not update automatically, use HotTrackColor.

XAML Attribute Usage

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

XAML Values

x:Static
The x:Static Markup Extension.

Applies to

See also