Search
VirtualKeyboard.TemplateLayout Property
See Also
 






Gets or sets the keyboard's layout template.

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

 Syntax

C#  Copy Code

public KeyboardLayout TemplateLayout { get; set; }

Visual Basic  Copy Code

Public Property TemplateLayout As KeyboardLayout

 Property Value

An instance of the KeyboardLayout class. The default value is null.

 Remarks

The control assigns this layout to CurrentLayout and replaces regular keys from the characters block with language-dependent ones, as long as AutoFill is enabled.

If this template is not set, the control loads standard keyboard layouts for current input language, or custom layout files from LayoutsFolder.

 See Also