BindingSource Constructor
.NET Framework (current version)
Initializes a new instance of the BindingSource class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | BindingSource() | Initializes a new instance of the BindingSource class to the default property values. |
![]() | BindingSource(IContainer^) | Initializes a new instance of the BindingSource class and adds the BindingSource to the specified container. |
![]() | BindingSource(Object^, String^) | Initializes a new instance of the BindingSource class with the specified data source and data member. |
Show:
