[To be supplied.]
Removes the given binding from the collection. It throws an IndexOutOfRangeException if this doesn't have a valid binding. The CollectionChanged event is fired if it succeeds.
[Visual Basic] Overloads Public Sub Remove(Integer)
[C#] public void Remove(int);
[C++] public: void Remove(int);
[JScript] public function Remove(int);
Removes the given binding from the collection. An ArgumentNullException is thrown if this binding is null. An ArgumentException is thrown if this binding doesn't belong to this collection. The CollectionChanged event is fired if it succeeds.
[Visual Basic] Overloads Public Sub Remove(ListBinding)
[C#] public void Remove(ListBinding);
[C++] public: void Remove(ListBinding*);
[JScript] public function Remove(ListBinding);
ControlBindingsCollection Class | ControlBindingsCollection Members | System.WinForms Namespace