MultiSelect Method (ListViewEx)

Class

ListViewEx.

Action

Adds an item in the list to the set of currently selected items.

Availability

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

Syntax

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

Notes

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

Example

TestApplication.ListViewDialog.TheListView.MultiSelect("TheItem")