SelectedItems Property (WPFListBox)

Class

WPFListBox.

Action

Gets the currently selected items. A complete list of items can be retrieved with the "Items" property.

Syntax

'Declaration
Protected Read Property SelectedItems As List(Of WPFListBoxItem)

Access

Read only.