RasterList.unselectItem( item )
Unselects an items in the List (if selected).Parameters
| Name | Type | Description | |
|---|---|---|---|
| item | object |
A reference to a ListItem object, or a
value matching the value attribute of a ListItem.
If a tab matching this argument is not found in this
container, this method does nothing. Set this argument
to null to clear any selection in the list. |
Returns
| Type | Description |
|---|---|
| object | The list object. This allow for chaining multiple setter methods in one single statement. |