KeyboardManagerIsKeyDisabled Method |
Checks if a physical key is disabled.
Namespace:
Com.Datalogic.Decode
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0
(1.0.0.0)
Syntax
public virtual bool IsKeyDisabled (Com.Datalogic.Device.Input.VScanEntry scanCode);
Public Virtual Boolean IsKeyDisabled (Com.Datalogic.Device.Input.VScanEntry scanCode);
Parameters
- scanCode
- Type: Com.Datalogic.Device.Input.VScanEntry
a VScanEntry representing the virtual scan code, associated to the physical key.
Return Value
Type: System.Boolean
boolean True in case the key is disabled, false otherwise or in case of error.
Exceptions
Exception |
Condition |
DeviceException |
in case of error, when exceptions are enabled through the ErrorManager singleton. |
Remarks
See Also