Deselect Method (AWTList)

Class

AWTList.

Action

Deselects the specified list item.

Syntax

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

Examples

colorsList.Deselect("blue")
colorsList.Deselect(3)