Gets the current keyboard layout.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
SyntaxC#
Copy Code
|
|---|
public KeyboardLayout CurrentLayout { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property CurrentLayout As KeyboardLayout |
An instance of the KeyboardLayout class containing currently shown Key objects.
RemarksThis layout is generated automatically depending on the current input language and values of Mode, AutoFill, and one of the TemplateLayout / LayoutsFolder properties.
See Also