Click or drag to resize

AdvancedKeyboardSetCurrentLayoutIndex Method

Sets the current layout index.

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 SetCurrentLayoutIndex(
	int layoutIndex
)

Parameters

layoutIndex
Type: SystemInt32
- The layout index.

Return Value

Type: Boolean
True in case the layout has been set successfully. If there is an error in reading this value, 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.
Remarks

Sets the current layout index. This operation will be done in a moment in which all keyboard keys are released.

[Android Documentation]

See Also