Select Method (AWTChoice)
Class
AWTChoice
.
Action
Selects the specified item in the combo box.
Syntax
C#
choice
.
Select
(
item
)
VB
choice
.
Select
(
item
)
Variable
Description
item
The name or index of the item to select.
ItemIdentifier
.
Examples
VB
colorsChoice.Select
("yellow")
colorsChoice.Select
(1)