Search
VirtualKeyboard.CurrentLayout Property
See Also
 






Gets the current keyboard layout.

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

 Syntax

C#  Copy Code

public KeyboardLayout CurrentLayout { get; }

Visual Basic  Copy Code

Public ReadOnly Property CurrentLayout As KeyboardLayout

 Property Value

An instance of the KeyboardLayout class containing currently shown Key objects.

 Remarks

This layout is generated automatically depending on the current input language and values of Mode, AutoFill, and one of the TemplateLayout / LayoutsFolder properties.

 See Also