Search
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).

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms

 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. The default value is true.

 Remarks

If CurrentLayout 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 TemplateLayout.

 See Also