Gets or sets the keyboard's layout template.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
SyntaxC#
Copy Code
|
|---|
public KeyboardLayout TemplateLayout { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TemplateLayout As KeyboardLayout |
An instance of the KeyboardLayout class. The default value is null.
RemarksThe 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