SystemParameters.MenuShowDelay Property

Definition

Gets the time, in milliseconds, that the system waits before displaying a shortcut menu when the mouse cursor is over a submenu item.

public:
 static property int MenuShowDelay { int get(); };
public static int MenuShowDelay { [System.Security.SecurityCritical] get; }
public static int MenuShowDelay { get; }
[<get: System.Security.SecurityCritical>]
static member MenuShowDelay : int
static member MenuShowDelay : int
Public Shared ReadOnly Property MenuShowDelay As Integer

Property Value

The delay time.

Attributes

Remarks

Maps to SPI_GETMENUSHOWDELAY. See SystemParametersInfo.

XAML attribute usage

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

Applies to