MultiSelect Method (ListView TreeView)

Class

ListView and TreeView.

Action

Adds an item in the list, listview, or treeview to the set of currently selected items.

Availability

This functionality is supported only if you are using the Classic Agent.

Syntax

Object.MultiSelect (Item)
Variable Description
Item The item to multi-select. LISTITEM.

Notes

MultiSelect Ctrl+clicks on the item if the list, listview, or treeview supports multiple selections and the item is not already selected.

Example

MyDialog.MyTreeView.MultiSelect("/root/child/grandchild")