SystemParameters.KeyboardDelay 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得鍵盤重複延遲設定,這個設定為介於 0 (大約延遲 250 毫秒) 至 3 (大約延遲 1 秒) 之間的值。
public:
static property int KeyboardDelay { int get(); };
public static int KeyboardDelay { [System.Security.SecurityCritical] get; }
public static int KeyboardDelay { get; }
[<get: System.Security.SecurityCritical>]
static member KeyboardDelay : int
static member KeyboardDelay : int
Public Shared ReadOnly Property KeyboardDelay As Integer
屬性值
鍵盤重複延遲設定。
- 屬性
備註
對應至SPI_GETKEYBOARDDELAY。 請參閱 SystemParametersInfo。
XAML 屬性用法
<
object property=「{ SystemParameters.KeyboardDelay }
」/>