Search
VirtualKeyboard.selectLayout Method
See Also
 






Selects a layout from the layout ring at the specified index.

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

 Syntax

Java  Copy Code

public void selectLayout (
    int index
)

 Parameters

index

The index of the layout to select.

 Remarks

The specified LayoutRing element is assigned to TemplateLayout. To let users cycle through the ring using keyboard's UI, add LayoutRingKey to the layouts.

 See Also