ListBox::SelectedIndexCollection::Remove Method (Int32)

 

Removes the specified control from the collection.

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

public:
void Remove(
	int index
)

Parameters

index
Type: System::Int32

The control to be removed.

.NET Framework
Available since 2.0
Return to top
Show: