KeyboardSetLayout Method

Helper method for setting the attached LayoutProperty on a control.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
public static void SetLayout(
	Control control,
	string value
)

Parameters

control  Control
The control, whose LayoutProperty we would like to change.
value  String
The LayoutName or the name of a class derived from KeyboardLayout that the control would like to show once the keyboard opens.

See Also