KeyboardDockProperty Field
Is used to identify the
Panel where the
Keyboard should place itself
when the control that this property is attached to receives focus.
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public static readonly AttachedProperty<string?> DockProperty
static val DockProperty: AttachedProperty<string>
Field Value
AttachedPropertyString
The value to use should be an attached
DockIdentifierProperty of an existing
Panel.
If no such
Panel can be found, the keyboard will not open.
This property should be used alongside the
LayoutProperty so the
Keyboard
knows which layout to open.