KeyboardSendTextInputOnProperty Field
Determinates whether text is sent when a key is pressed or released.
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public static readonly StyledProperty<ClickMode> SendTextInputOnProperty
static val SendTextInputOnProperty: StyledProperty<ClickMode>
Field Value
StyledPropertyClickMode
This only works for text - special keys are handled differently and are
automatically split into a KeyDown and KeyUp event.