Unselect Method (DomListBox)

Class

DomListBox.

Action

Removes the focus from the currently selected item.

Syntax

Unselect(Item)
Variable Description
Item The item from which to remove focus. LISTITEM.

Notes

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

Example

// unselect the item with index 1
domListBox.Unselect(1)