KeyboardManagerLockInput Method |
Locks or unlocks the input from keyboard and physical buttons.
Namespace:
Com.Datalogic.Device.Input
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual int LockInput(
bool lock
)
Public Overridable Function LockInput (
lock As Boolean
) As Integer
Parameters
- lock
- Type: SystemBoolean
- boolean it specifies whether or not the keyboard will be locked.
Return Value
Type:
Int32intSuccess in case of success,
otherwise a possible error code, matching one of the
DeviceException error constants.
Exceptions Remarks See Also