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
C# Copy Code |
---|
public int RepeatDelay { get; set; } |
Visual Basic Copy Code |
---|
Public Property RepeatDelay As Integer |
An integer value specifying initial delay in milliseconds. The default value is 500.