SystemParameters.KeyboardDelay Property

Definition

Gets the keyboard repeat-delay setting, which is a value in the range from 0 (approximately 250 milliseconds delay) through 3 (approximately 1 second delay).

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

Property Value

The keyboard repeat-delay setting.

Attributes

Remarks

Maps to SPI_GETKEYBOARDDELAY. See SystemParametersInfo.

XAML attribute usage

<object property="{ SystemParameters.KeyboardDelay}"/>

Applies to