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





Gets or sets whether keyboard layout should be generated automatically depending on the language (e.g. qwerty, azerty, etc layouts). This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf

 Syntax

C#  Copy Code

public bool AutoFill { get; set; }

Visual Basic  Copy Code

Public Property AutoFill As Boolean

 Property Value

true to automatically reorder keyboard's alpha-numeric block when input language changes, or false otherwise.

 Remarks

If current KeyboardLayout object contains standard number of RegularKeys in characters + numbers block and AutoFill is enabled (default), they will be reordered automatically to match standard layout for current language. Set AutoFill to false if you also need to specify custom character positions when using a custom TemplateLayout.

 See Also

VirtualKeyboard Members
VirtualKeyboard Class
MindFusion.UI.Wpf Namespace