Click or drag to resize

AdvancedKeyboardLayoutLocked Property

Checks if the keyboard layout is currently locked, preventing any layout change both manually and through the SDK.

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 LayoutLocked { get; set; }

Property Value

Type: Boolean
True if the layout is locked, false otherwise. In case of error it will throw an exception if exceptions are enabled through the ErrorManager singleton or return false if exceptions are disabled.
Exceptions
ExceptionCondition
DeviceException - in case of error, when exceptions are enabled through the ErrorManager singleton.
DeviceException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Get method documentation[Android Documentation]
Checks if the keyboard layout is currently locked, preventing any layout change both manually and through the SDK.

Set method documentation[Android Documentation]
Locks or unlocks the possibility for the keyboard to change its current layout both manually or through the SDK methods.

See Also