Name
Listview.Select -- (de)select list entry
Synopsis
mui.DoMethod(id, "Select", pos, seltype)
Function
Select/deselect a list entry or ask an entry if its selected.

"Pos" can be either the number of the entry or one of the following special values:

Active
For the active entry.

All
For all entries.

"Seltype" can be one of the following:

Off
Unselect entry.

On
Select entry.

Toggle
Toggle entry.

Inputs
id
id of the listview object
pos
entry index or special value (see above)
seltype
selection type (see above)

Show TOC