SelectedItem Property (UIAListBox)

Class

UIAListBox.

Action

Gets the first item in the current selection or returns null (Nothing in Visual Basic) if the selection is empty.

Syntax

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

Access

Read only.