Search
VirtualKeyboard.layoutRing Property
See Also
 






Gets or sets a list of keyboard layouts that can be cycled through.

Namespace: MindFusion.Keyboard
File: VirtualKeyboard.js

 Syntax

JavaScript  Copy Code

get layoutRing() {}
set layoutRing(value) {}

 Property Value

Array

An array of KeyboardLayout objects.

 Remarks

Add LayoutRingKey to your layouts to let users cycle through the list. Layouts from this list are automatically assigned to layout when user presses the LayoutRingKey, or if you call the selectLayout method from code.

 See Also