Keyboard_registeredLayouts Field

A list of all the KeyboardLayouts that the Keyboard is able to show.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
protected List<KeyboardLayout> _registeredLayouts

Field Value

ListKeyboardLayout

Remarks

Layouts can be added by the RegisterLayoutT and removed by the RemoveLayout(String) methods.
To show a KeyboardLayout through code you can use the ShowLayout(String) method.

See Also