MindFusion.Wpf Pack Programmer's Guide
VirtualKeyboard.RepeatDownOnly Property
See Also
 





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

 Syntax

C#  Copy Code

public bool RepeatDownOnly { get; set; }

Visual Basic  Copy Code

Public Property RepeatDownOnly As Boolean

 Property Value

true if repeating only key-down events, or false if repeating down/up events in pairs.

 Remarks

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.

 See Also

VirtualKeyboard Members
VirtualKeyboard Class
MindFusion.UI.Wpf Namespace
AutoRepeat Property