Search
VirtualKeyboard.AutoRepeat Property
See Also
 






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

 Syntax

C#  Copy Code

public bool AutoRepeat { get; set; }

Visual Basic  Copy Code

Public Property AutoRepeat As Boolean

 Property Value

true to enable automatic repeat, or false otherwise. The default value is true.

 See Also