KeyboardLayoutProperty Field

Defines which KeyboardLayout the Keyboard should try to open when the control that this property is attached to recieves 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?> LayoutProperty

Field Value

AttachedPropertyString

Remarks

The value to use is either the LayoutName or the name of the derived KeyboardLayout class.

For a layout to be opened, it has to be registered beforehand by the RegisterLayoutT method.
This property should be used alongside the DockProperty so the keyboard knows where it should open itself.

See Also