SelectedItem Property (AWTChoice)

Class

AWTChoice.

Action

Gets the selected item. NULL is returned, if no item is currently selected.

Syntax

'Declaration
Protected Read Property SelectedItem As ItemIdentifier

Access

Read only.

Examples

Dim selectedItem As String = colorsChoice.SelectedItem