Gets or sets the delay in milliseconds between consecutive key-down events synthesized in AutoRepeat mode.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
C# Copy Code |
---|
public int RepeatRate { get; set; } |
Visual Basic Copy Code |
---|
Public Property RepeatRate As Integer |
An integer value specifying delay in milliseconds. The default value is 20.