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}"/>

적용 대상