RasterTabItem.setEnabled( isEnabled )
Changes the state of this tab item between disabled/normal. The 'disabled' state overwrites the 'selected' state.Parameters
Name | Type | Description | |
---|---|---|---|
isEnabled | boolean |
True shows command normal, False greys out the icon & text. |
Returns
Type | Description |
---|---|
object | The tab item object. This allow for chaining multiple setter methods in one single statement. |