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

적용 대상