Represents a collection of System.Windows.Forms.Binding objects for a control.
See Also: BindingsCollection Members
Simple data binding is accomplished by adding System.Windows.Forms.Binding objects to a System.Windows.Forms.BindingsCollection. Any object that inherits from the System.Windows.Forms.Control class can access the System.Windows.Forms.BindingsCollection through the Control.DataBindings property. For a list of Windows controls that support data binding, see the System.Windows.Forms.Binding class.