GetItem Method (AWTChoice)
Class
AWTChoice
.
Action
Returns the item at the specified index.
Syntax
item
=
choice
.
GetItem
(
index
)
Variable
Description
item
The name of the item.
String
.
index
The index of the item. The value is zero-based.
Integer
.
Examples
Dim item As String =
colorsChoice.GetItem
(1)