SystemParameters.KeyboardDelay 屬性

定義

取得鍵盤重複延遲設定,這個設定為介於 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 } 」/>

適用於