Click or drag to resize

KeyboardManagerIsKeyDisabled Method

Checks if a physical key is disabled.

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 bool IsKeyDisabled(
	VScanEntry scanCode
)

Parameters

scanCode
Type: Com.Datalogic.Device.InputVScanEntry
- a VScanEntry representing the virtual scan code, associated to the physical key.

Return Value

Type: Boolean
boolean True in case the key is disabled, false otherwise or in case of error.
Exceptions
ExceptionCondition
DeviceException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Checks if a physical key is disabled.

[Android Documentation]

See Also