Gets or sets the folder where layout files are located.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
C# Copy Code |
---|
public string LayoutsFolder { get; set; } |
Visual Basic Copy Code |
---|
Public Property LayoutsFolder As String |
A string specifying the location of language-dependent layout files created using the Virtual Keyboard Creator tool.
The control looks for layout files in this folder if Mode is set to Custom. The files should have the name of Windows keyboard layout id, as set by the Keyboard Creator tool.
TemplateLayout has higher priority than LayoutsFolder.