SystemParameters.MenuShowDelayKey Property

Definition

Gets the ResourceKey for the MenuShowDelay property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

<object property="{SystemParameters.MenuShowDelayKey}"/>

Applies to