SelectedItem Property (AWTChoice)

Class

AWTChoice.

Action

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

Syntax

C#
protected ItemIdentifier SelectedItem { get; }
VB
'Declaration
Protected Read Property SelectedItem As ItemIdentifier

Access

Read only.

Examples

VB

Dim selectedItem As String = colorsChoice.SelectedItem