KeyboardSetDockIdentifier Method

Helper method for setting the DockIdentifierProperty on a panel.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
public static void SetDockIdentifier(
	Panel panel,
	string identifier
)

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.

See Also