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.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
public static readonly AttachedProperty<string?> DockProperty

Field Value

AttachedPropertyString

Remarks

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.

See Also