KeyboardRegisterLayoutT Method

Tries to register a new KeyboardLayout with the keyboard.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
public virtual void RegisterLayout<T>()
where T : new(), KeyboardLayout

Type Parameters

T
Class derived from KeyboardLayout.

Remarks

To get a list of all the currently registered layouts use RegisteredLayouts.

Exceptions

ArgumentException Throws if the layout was already registered or if the LayoutName is already used by a different layout.

See Also