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