NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListBox.SelectedIndices

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;

See Also

ListBox Class | ListBox Members | System.WinForms Namespace