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.SelectedObjectCollection.Remove

[To be supplied.]

[Visual Basic]
Public Sub Remove( _
   ByVal item As Object _
)
[C#]
public void Remove(
   object item
);
[C++]
public: void Remove(
   Object* item
);
[JScript]
public function Remove(
   item : Object
);

Parameters

item
[To be supplied.]

See Also

ListBox.SelectedObjectCollection Class | ListBox.SelectedObjectCollection Members | System.WinForms Namespace