KeyboardEventArgs.Repeat Property
Definition
true if a key has been depressed long enough to trigger key repetition, otherwise 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