Select Method (AWTList)

Class

AWTList.

Action

Selects the specified item.

Syntax

C#
list.Select(item)
VB
list.Select(item)
Variable Description
item The name or index of the item to select. ItemIdentifier.

Examples

VB

colorsList.Select("red")
colorsList.Select(1)