A collection of the indices of the selected items in the list box. If there are no selected items in the list box, the result is an empty collection.
[Visual Basic] Public ReadOnly Property SelectedIndices As _ ListBox.SelectedIndicesCollection [C#] public ListBox.SelectedIndicesCollection SelectedIndices {get;} [C++] public: __property ListBox.SelectedIndicesCollection* get_SelectedIndices(); [JScript] public function get SelectedIndices() : ListBox.SelectedIndicesCollection;