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.SelectedItems

The collection of selected items.

[Visual Basic]
Public ReadOnly Property SelectedItems As _
   ListBox.SelectedObjectCollection
[C#]
public ListBox.SelectedObjectCollection SelectedItems {get;}
[C++]
public: __property ListBox.SelectedObjectCollection*
   get_SelectedItems();
[JScript]
public function get SelectedItems() :
   ListBox.SelectedObjectCollection;

See Also

ListBox Class | ListBox Members | System.WinForms Namespace