KeyboardSendTextInputOn Property

Determinates whether text is sent when a key is pressed or released.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
public ClickMode SendTextInputOn { get; set; }

Property Value

ClickMode

Remarks

This only works for text - special keys are handled differently and are automatically split into a KeyDown and KeyUp event.

See Also