KeyboardGetLayout Method

Helper method for retrieving the attached LayoutProperty from 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 string? GetLayout(
	Control control
)

Parameters

control  Control
The control, whose LayoutProperty we would like to retrieve.

Return Value

String
The LayoutName of the KeyboardLayout that the control would like to show once the keyboard opens.

See Also