Search
VirtualKeyboard.getCurrentLayout Method
See Also
 






Gets the current keyboard layout.

Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard

 Syntax

Java  Copy Code

public KeyboardLayout getCurrentLayout ()

 Return 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