Gets or sets whether keys repeat only key-down events, with a single key-up generated in the end.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
C# Copy Code |
---|
public bool RepeatDownOnly { get; set; } |
Visual Basic Copy Code |
---|
Public Property RepeatDownOnly As Boolean |
true if repeating only key-down events, or false if repeating down/up events in pairs.
This property affects events generated while the user is holding a key down. If enabled, the virtual keyboard works closer to physical one when repeating keys. If disabled (default), a repeated key generates events as if user pressed it multiple times.