ControlBindingsCollection Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | BindableComponent | Gets the IBindableComponent the binding collection belongs to. |
![]() | Control | Gets the control that the collection belongs to. |
![]() | Count | Gets the total number of bindings in the collection.(Inherited from BindingsCollection.) |
![]() | DefaultDataSourceUpdateMode | Gets or sets the default DataSourceUpdateMode for a Binding in the collection. |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only.(Inherited from BaseCollection.) |
![]() | IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized.(Inherited from BaseCollection.) |
![]() | Item[Int32] | Gets the Binding at the specified index.(Inherited from BindingsCollection.) |
![]() | Item[String^] | Gets the Binding specified by the control's property name. |
![]() | List | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the bindings in the collection as an object.(Inherited from BindingsCollection.) |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the BaseCollection.(Inherited from BaseCollection.) |

