SystemColors.MenuColorKey Property

Definition

Gets the ResourceKey for the background Color of a menu.

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

Property Value

The resource key for the background Color of a menu.

Remarks

Use the MenuColorKey to create a dynamic reference to the menu system color. This dynamic reference will automatically update if the color is changed. To create a static reference that does not update automatically, use MenuColor.

XAML Attribute Usage

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

XAML Values

x:Static
The x:Static Markup Extension.

Applies to

See also