KeyboardWedgeEnable Property |
enables the keystroke mode.
Namespace:
Com.Datalogic.Decode.Configuration
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public BooleanProperty Enable { get; set; }
Public Property Enable As BooleanProperty
Get
Set
Property Value
Type:
BooleanPropertyRemarks enable enables the keystroke mode. This means that the label
is sent to the foreground application in the form of key events.
[Android Documentation]
See Also