MultiUnselect Method (ListViewEx)

Class

ListViewEx.

Action

Removes an item in the list from the set of selected items.

Availability

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

Syntax

MultiUnselect (item)
Variable Description
item The item to multi-unselect. LISTITEM.

Notes

MultiUnselect Ctrl+clicks on the item if the list supports multiple selections and the item is selected.

Example

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