Share via


KeyboardEventArgs.Repeat 属性

定义

如果键已按下足够长的时间触发键重复,则为 true,否则为 false。

public:
 property bool Repeat { bool get(); void set(bool value); };
public bool Repeat { get; set; }
member this.Repeat : bool with get, set
Public Property Repeat As Boolean

属性值

适用于