KeyboardGetDockIdentifier Method

Helper method for retrieving the value of an attached DockIdentifierProperty from 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 string? GetDockIdentifier(
	Panel panel
)

Parameters

panel  Panel
The panel, whose attached property we want to retrieve.

Return Value

String
A string which is used to identify the dock or null if the property has not been set.

See Also