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 } 」/>

適用於