The members of System.Windows.Forms.ControlBindingsCollection are listed below.
See Also: Inherited members from System.Windows.Forms.BindingsCollection
Initializes a new instance of the System.Windows.Forms.ControlBindingsCollection class with the specified bindable control. |
[read-only] | BindableComponent | IBindableComponent.
Gets the System.Windows.Forms.IBindableComponent the binding collection belongs to. |
[read-only] | Control | Control.
Gets the control that the collection belongs to. |
DefaultDataSourceUpdateMode | DataSourceUpdateMode.
Gets or sets the default Binding.DataSourceUpdateMode for a System.Windows.Forms.Binding in the collection. | |
[read-only] default property | Item(string) | Binding. Documentation for this section has not yet been entered. |
Add(Binding)
| ||
Add(string, object, string)
| ||
Add(string, object, string, bool)
| ||
Add(string, object, string, bool, DataSourceUpdateMode)
| ||
Add(string, object, string, bool, DataSourceUpdateMode, object)
| ||
Add(string, object, string, bool, DataSourceUpdateMode, object, string)
| ||
Add(string, object, string, bool, DataSourceUpdateMode, object, string, IFormatProvider)
| ||
Clear()
| ||
Remove(Binding)
| ||
RemoveAt(int)
|
override | AddCore(Binding)
| |
override | ClearCore()
| |
override | RemoveCore(Binding)
|