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
)
Public Overridable Function IsKeyDisabled (
scanCode As VScanEntry
) As Boolean
Parameters
- scanCode
- Type: Com.Datalogic.Device.InputVScanEntry
- a VScanEntry representing the virtual scan code, associated to the physical key.
Return Value
Type:
Booleanboolean True in case the key is disabled, false otherwise or in case of error.
Exceptions Remarks See Also