Search
VirtualKeyboard.LayoutsFolder Property
See Also
 






Gets or sets the folder where layout files are located.

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

 Syntax

C#  Copy Code

public string LayoutsFolder { get; set; }

Visual Basic  Copy Code

Public Property LayoutsFolder As String

 Property Value

A string specifying the location of language-dependent layout files created using the Virtual Keyboard Creator tool.

 Remarks

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.

 See Also