RasterListItem.setEnabled( isEnabled )
Specifies if an item is enabled or disabled. When an item is in disabled mode, the item will generate "click" events, but will not be selected.Parameters
Name | Type | Description | |
---|---|---|---|
isEnabled | boolean |
True shows command normal, false greys out
the icon & text. |
Returns
Type | Description |
---|---|
object | The list item object. This allow for chaining multiple setter methods in one single statement. |