Action
Gets the currently selected items. A complete list of items can be retrieved with the "Items" property.
Syntax
C#
protected List(Of WPFListBoxItem) SelectedItems { get; }
VB
'Declaration
Protected Read Property SelectedItems As List(Of WPFListBoxItem)
Access
Read only.