RasterTabItem.setText( text )
Sets the text displayed in this tab.Parameters
Name | Type | Description | |
---|---|---|---|
text | string |
Text shown in the tab; set to null
if no text is needed. |
Returns
Type | Description |
---|---|
object | The tab item object. This allow for chaining multiple setter methods in one single statement. |