RasterTabbar.selectTabByIndex( index )
Selects the tab at the given index. To know the number of tabs in the tab bar use thegetTabCount()
method.
Parameters
Name | Type | Description | |
---|---|---|---|
index | number | zero-based index of the tab to be selected. |
Returns
Type | Description |
---|---|
object | The tabbar object. This allow for chaining multiple setter methods in one single statement. |