Gets a list of keyboard layouts that can be cycled through.
Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard
SyntaxJava
Copy Code
|
|---|
public List<KeyboardLayout> getLayoutRing () |
A List of KeyboardLayout objects.
RemarksAdd LayoutRingKey to your layouts to let users cycle through the list. Layouts from this list are automatically assigned to TemplateLayout when user presses the LayoutRingKey, or if you call the selectLayout method from code.
See Also