Deselect Method (AWTList)

Class

AWTList class

Action

Deselects the specified list item.

Syntax

list.Deselect(item)
Variable Description
item The name or index of the item to deselect. LISTITEM.

Examples

ColorsList.Deselect("blue")
ColorsList.Deselect(3)