Select Method (AWTChoice)

Class

AWTChoice.

Action

Selects the specified item in the combo box.

Syntax

choice.Select(item)
Variable Description
item The name or index of the item to select. ItemIdentifier.

Examples

colorsChoice.Select("yellow")
colorsChoice.Select(1)