KeyboardManager.IsInputLocked Property
Click or drag to resize

KeyboardManagerIsInputLocked Property

Tells if the input from keyboard is locked.

Namespace: Com.Datalogic.Device.Input
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public virtual bool IsInputLocked { get; }

Property Value

Property Value

Type: System.Boolean
boolean it returns whether or not the keyboard is locked.

Remarks
Tells if the input from keyboard is locked.

[Android Documentation]

See Also