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>]
member this.KeyboardDelay : int
member this.KeyboardDelay : int
Public Shared ReadOnly Property KeyboardDelay As Integer

Property Value

Int32

The keyboard repeat-delay setting.

Attributes

Remarks

Maps to SPI_GETKEYBOARDDELAY. See SystemParametersInfo.

XAML Attribute Usage

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

Applies to