KeyboardSetLayout Method
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public static void SetLayout(
Control control,
string value
)
static member SetLayout :
control : Control *
value : string -> unit
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.