KeyboardSetDockIdentifier Method
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public static void SetDockIdentifier(
Panel panel,
string identifier
)
static member SetDockIdentifier :
panel : Panel *
identifier : string -> unit
Parameters
- panel Panel
- The panel, whose attached property we want to change.
- identifier String
- A new string identifier which will be used to
differentiate it from other panels that can be used as docks.