KeyboardShowLayout Method

Looks for a layout that can be identified by the layoutName and shows it.

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 ShowLayout(
	string? layoutName
)

Parameters

layoutName  String
The name of the keyboard to look for. This can either be LayoutName or the name of the class derived from KeyboardLayout.

Remarks

If the layout is not found, the CurrentLayout stays unchanged.

Exceptions

ArgumentNullException Gets thrown if layoutName is null.

See Also