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.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
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.
See Also