MindFusion.Wpf Pack Programmer's Guide
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.Wpf
Assembly: MindFusion.Keyboard.Wpf

 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

VirtualKeyboard Members
VirtualKeyboard Class
MindFusion.UI.Wpf Namespace
RepeatDelay Property
RepeatRate Property
RepeatDownOnly Property