Defines layout of keyboard keys.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
C# Copy Code |
---|
public class KeyboardLayout : INotifyPropertyChanged |
Visual Basic Copy Code |
---|
Public Class KeyboardLayout |
You can create custom keyboard layout files using the Virtual Keyboard Creator tool, and either keep them in LayoutsFolder for the control to load automatically, or load them into a KeyboardLayout by calling Create and assign to TemplateLayout.
In standard Mode, the control loads predefined layouts from the assembly's resources.
System.Object
MindFusion.UI.WinForms.KeyboardLayout