System.Windows.Forms
1.0.5000.0
2.0.0.0
System.Windows.Forms.BindingsCollection
System.ComponentModel.TypeConverter("System.Windows.Forms.Design.ControlBindingsConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
System.ComponentModel.Editor("System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))
System.ComponentModel.DefaultEvent("CollectionChanged")
Simple data binding is accomplished by adding objects to a . Any object that inherits from the class can access the through the property. For a list of Windows controls that support data binding, see the class.
The contains standard collection methods such as , , and .
To get the control that the belongs to, use the property.
Represents the collection of data bindings for a control.
Constructor
2.0.0.0
To be added.
Initializes a new instance of the class with the specified bindable control.
The the binding collection belongs to.
Method
System.Void
The property of the created by this overload of the method is set to the value of the property.
The event occurs when the change is complete.
Adds the specified to the collection.
The to add.
1.0.5000.0
2.0.0.0
Method
System.Windows.Forms.Binding
The property of the created by this overload of the method is set to the value of the property.
Adding a causes the event to occur.
Creates a using the specified control property name, data source, and data member, and adds it to the collection.
The newly created .
The name of the control property to bind.
An that represents the data source.
The property or list to bind to.
1.0.5000.0
2.0.0.0
Method
2.0.0.0
System.Windows.Forms.Binding
To be added.
Creates a binding with the specified control property name, data source, data member, and information about whether formatting is enabled, and adds the binding to the collection.
The newly created .
The name of the control property to bind.
An representing the data source.
The property or list to bind to.
true to format the displayed data; otherwise, false
Method
2.0.0.0
System.Windows.Forms.Binding
Calling the method raises the event.
Creates a binding that binds the specified control property to the specified data member of the specified data source, optionally enabling formatting, propagating values to the data source based on the specified update setting, and adding the binding to the collection.
The newly created .
The name of the control property to bind.
An representing the data source.
The property or list to bind to.
true to format the displayed data; otherwise, false.
One of the values.
Method
2.0.0.0
System.Windows.Forms.Binding
Calling the method raises the event.
Creates a binding that binds the specified control property to the specified data member of the specified data source, optionally enabling formatting, propagating values to the data source based on the specified update setting, setting the property to the specified value when is returned from the data source, and adding the binding to the collection.
The newly created
The name of the control property to bind.
An representing the data source.
The property or list to bind to.
true to format the displayed data; otherwise, false.
One of the values.
The to be applied to the bound control property if the data source value is .
Method
2.0.0.0
System.Windows.Forms.Binding
Calling the method raises the event.
Creates a binding that binds the specified control property to the specified data member of the specified data source, optionally enabling formatting with the specified format string, propagating values to the data source based on the specified update setting, setting the property to the specified value when is returned from the data source, and adding the binding to the collection.
The newly created
The name of the control property to bind.
An representing the data source.
The property or list to bind to.
true to format the displayed data; otherwise, false.
One of the values.
The to be applied to the bound control property if the data source value is .
One or more format specifier characters that indicate how a value is to be displayed.
Method
2.0.0.0
System.Windows.Forms.Binding
Calling the method raises the event.
Creates a binding that binds the specified control property to the specified data member of the specified data source, optionally enabling formatting with the specified format string, propagating values to the data source based on the specified update setting, setting the property to the specified value when is returned from the data source, setting the specified format provider, and adding the binding to the collection.
The newly created .
The name of the control property to bind.
An representing the data source.
The property or list to bind to.
true to format the displayed data; otherwise, false.
One of the values.
The to be applied to the bound control property if the data source value is .
One or more format specifier characters that indicate how a value is to be displayed
An implementation of to override default formatting behavior.
Method
System.Void
To be added.
Adds a binding to the collection.
The to add.
1.0.5000.0
2.0.0.0
Property
2.0.0.0
System.Windows.Forms.IBindableComponent
To be added.
The property returns the same object as the property.
Gets the the binding collection belongs to.
Method
System.Void
The event occurs when the collection is cleared.
Clears the collection of any bindings.
1.0.5000.0
2.0.0.0
Method
System.Void
To be added.
Clears the bindings in the collection.
1.0.5000.0
2.0.0.0
Property
System.Windows.Forms.Control
To be added.
To be added.
Gets the control that the collection belongs to.
1.0.5000.0
2.0.0.0
Property
2.0.0.0
System.Windows.Forms.DataSourceUpdateMode
To be added.
The property is used in cases where a without a specified is added to the collection. The default value for Windows Forms controls is
Gets or sets the default for a in the collection.
Property
System.Windows.Forms.Binding
To be added.
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0
Method
System.Void
To be added.
Deletes the specified from the collection.
The to remove.
1.0.5000.0
2.0.0.0
Method
System.Void
The event occurs if the removal succeeds.
Deletes the at the specified index.
The zero-based index of the item to remove.
1.0.5000.0
2.0.0.0
Method
System.Void
To be added.
Removes the specified binding from the collection.
The to remove from the collection.
1.0.5000.0
2.0.0.0