SystemParameters.KeyboardDelay Vlastnost

Definice

Získá nastavení klávesnice repeat-delay, což je hodnota v rozsahu od 0 (přibližně 250 milisekund zpoždění) do 3 (přibližně 1sekundové zpoždění).

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

Hodnota vlastnosti

Nastavení zpoždění opakování klávesnice.

Atributy

Poznámky

Mapuje se na SPI_GETKEYBOARDDELAY. Viz SystemParametersInfo.

Použití atributu XAML

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

Platí pro