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
)
Public Overridable Function SetCurrentLayoutIndex (
layoutIndex As Integer
) As Boolean
Parameters
- layoutIndex
- Type: SystemInt32
- The layout index.
Return Value
Type:
BooleanTrue 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 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