BindingsCollection::RemoveAt Method (Int32)

 

Deletes the binding from the collection at the specified index.

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

public protected:
void RemoveAt(
	int index
)

Parameters

index
Type: System::Int32

The index of the Binding to remove.

.NET Framework
Available since 1.1
Return to top
Show: