Search
VirtualKeyboard.RepeatDelay Property
See Also
 






Specifies the initial delay in milliseconds before the component starts repeating key-down events when AutoRepeat is enabled.

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

 Syntax

C#  Copy Code

public int RepeatDelay { get; set; }

Visual Basic  Copy Code

Public Property RepeatDelay As Integer

 Property Value

An integer value specifying initial delay in milliseconds. The default value is 500.

 See Also