SystemParameters.MenuShowDelay 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得時間 (以毫秒為單位),當滑鼠游標置於子功能表項目上方時,系統會在等待這段時間之後,顯示捷徑功能表。
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 }
」/>