KeyboardSetDock Method
Helper method for setting the attached
DockProperty on a control.
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public static void SetDock(
Control control,
string identifier
)
static member SetDock :
control : Control *
identifier : string -> unit
Parameters
- control Control
- The control, whose DockProperty we want to change.
- identifier String
- The new identifier that matches a desired panel's attached DockIdentifierProperty where we want to place the keyboard.