SelectedItem Property (AWTList)

Class

AWTList.

Action

Gets the currently selected list 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 = colorsList.SelectedItem