![]() |
Previous | Next |
The setSelectedState method specifies that the indexed item in the playlist is selected.
Syntax
elementID.setSelectedState(item)
Parameters
item
Number (long) indicating the index of an item in the playlist.
Return Values
This method does not return a value.
Remarks
You can set all items to the selected state by specifying 1 in the item parameter.
See Also
Previous | Next |