KeyboardEventArgs.Repeat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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