SystemParameters.MenuShowDelay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.