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( _ ByVal index As Integer _ ) [C#] public void Remove( int index ); [C++] public: void Remove( int index ); [JScript] public function Remove( index : int );
ControlBindingsCollection Class | ControlBindingsCollection Members | System.WinForms Namespace | ControlBindingsCollection.Remove Overload List