ListBox::SelectedObjectCollection::Remove Method (Object^)

 

Removes the specified object from the collection of selected items.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void Remove(
	Object^ value
)

Parameters

value
Type: System::Object^

An object representing the item to remove from the collection.

.NET Framework
Available since 2.0
Return to top
Show: