ListBox..::..SelectedItems Property

Gets the selected items.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public ActiveList<ListBoxItem> SelectedItems { get; }
Public ReadOnly Property SelectedItems As ActiveList(Of ListBoxItem)
	Get
public:
property ActiveList<ListBoxItem^>^ SelectedItems {
	ActiveList<ListBoxItem^>^ get ();
}

Field Value

The selected items.