KeyboardRegisteredLayouts Property

A readonly collection of the currently registered KeyboardLayouts. To modify this collection use the RegisterLayoutT or RemoveLayout(String) methods.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
public IReadOnlyCollection<KeyboardLayout> RegisteredLayouts { get; }

Property Value

IReadOnlyCollectionKeyboardLayout

See Also