MultiUnselect Method (ListView TreeView)

Class

ListView and TreeView.

Action

Removes an item in the list, listview, or treeview from the set of selected items.

Availability

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

Syntax

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

Notes

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

Example

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