KeyboardGetDock Method
Helper method for retrieving the attached
DockProperty 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? GetDock(
Control control
)
static member GetDock :
control : Control -> string
- control Control
- The control, whose DockProperty we want to retrieve.
StringIdeally the
DockIdentifierProperty of some panel where we would like to open the keyboard.