KeyboardGetDockIdentifier Method
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public static string? GetDockIdentifier(
Panel panel
)
static member GetDockIdentifier :
panel : Panel -> string
- panel Panel
- The panel, whose attached property we want to retrieve.
StringA string which is used to identify the dock
or null if the property has not been set.