Search
VirtualKeyboard.RepeatRate Property
See Also
 






Gets or sets the delay in milliseconds between consecutive key-down events synthesized in AutoRepeat mode.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms

 Syntax

C#  Copy Code

public int RepeatRate { get; set; }

Visual Basic  Copy Code

Public Property RepeatRate As Integer

 Property Value

An integer value specifying delay in milliseconds. The default value is 20.

 See Also