DomListBox.
Removes the focus from the currently selected item.
Unselect(Item)
Variable | Description |
---|---|
Item | The item from which to remove focus. LISTITEM. |
This functionality is supported only if you are using the Open Agent.
// unselect the item with index 1 domListBox.Unselect(1)