See Also: ControlBindingsCollection Members
Simple data binding is accomplished by adding System.Windows.Forms.Binding objects to a System.Windows.Forms.ControlBindingsCollection. Any object that inherits from the System.Windows.Forms.Control class can access the System.Windows.Forms.ControlBindingsCollection through the Control.DataBindings property. For a list of Windows controls that support data binding, see the System.Windows.Forms.Binding class.
The System.Windows.Forms.ControlBindingsCollection contains standard collection methods such as ControlBindingsCollection.Add(Binding), ControlBindingsCollection.Clear, and ControlBindingsCollection.Remove(Binding).
To get the control that the System.Windows.Forms.ControlBindingsCollection belongs to, use the ControlBindingsCollection.Control property.