KeyboardGetLayout Method
Helper method for retrieving the attached
LayoutProperty from a control.
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public static string? GetLayout(
Control control
)
static member GetLayout :
control : Control -> string
- control Control
- The control, whose LayoutProperty we would like to retrieve.
StringThe
LayoutName of the
KeyboardLayout that the
control
would like to show once the keyboard opens.