KeyboardFindLayout Method
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public virtual KeyboardLayout? FindLayout(
string layoutName
)
abstract FindLayout :
layoutName : string -> KeyboardLayout
override FindLayout :
layoutName : string -> KeyboardLayout
- layoutName String
-
The name of the keyboard to look for. This can either be
LayoutName or the name of the class
derived from KeyboardLayout.
KeyboardLayoutThe found
KeyboardLayout or null.