SelectList Method
Description
Toggles the selection status of Items in a Named List, i.e. add an Item to the selection list if it is not selected and remove it from the selection list if it is selected.
Syntax
Visual Basic |
---|
Public Function SelectList( _ ByVal list As String _ ) As Integer |
Parameters
- list
- The Named List containing the Items to have their selection status toggled.
Remarks
The Items will only be selected if they appear on an overlay with status Hittable or Editable.
Available: D OD OM OV
Groups:
Example
sis.SelectList ( "List1" )