KeyboardDockIdentifierProperty Field
Set on a Panel to give it a unique identifier,
the keyboard will use the identifier to differentiate it from other panels.
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public static readonly AttachedProperty<string?> DockIdentifierProperty
static val DockIdentifierProperty: AttachedProperty<string>
Field Value
AttachedPropertyString
If the same identifier is used on several Panels, the panel
loaded last will be used.