SystemParameters.KeyboardDelay 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取键盘重复延迟设置,该值是介于 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}”/>