SelectedItem Property (ListBox)

Class

ListBox.

Action

Gets or sets the name of the first selected item.

Syntax

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

Access

Read and write.