Gets or sets whether the component should synthesize keyboard events repeatedly when a virtual key is pressed down, until the key is released.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
C# Copy Code |
---|
public bool AutoRepeat { get; set; } |
Visual Basic Copy Code |
---|
Public Property AutoRepeat As Boolean |
true to enable automatic repeat, or false otherwise. The default value is true.