Search
KeyboardLayout Class
Remarks See Also
 






Defines layout of keyboard keys.

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

 Syntax

C#  Copy Code

public class KeyboardLayout : INotifyPropertyChanged

Visual Basic  Copy Code

Public Class KeyboardLayout
    Implements INotifyPropertyChanged

 Remarks

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.

 Inheritance Hierarchy

System.Object
    MindFusion.UI.WinForms.KeyboardLayout

 See Also