SystemParameters.MenuShowDelay 属性

定义

获取当鼠标光标位于子菜单项之上时,显示快捷菜单前系统等待的时间(以毫秒为单位)。

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

属性值

延迟时间。

属性

注解

映射到SPI_GETMENUSHOWDELAY。 请参阅 SystemParametersInfo

XAML 属性使用方法

<object property=“{ SystemParameters.MenuShowDelay}”/>

适用于