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