Defines layout of keyboard keys.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
SyntaxC#
Copy Code
|
|---|
public class KeyboardLayout : INotifyPropertyChanged |
Visual Basic
Copy Code
|
|---|
Public Class KeyboardLayout |
RemarksYou 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 HierarchySystem.Object![]()
MindFusion.UI.WinForms.KeyboardLayout
See Also