BindingSource Constructor (IContainer^)
.NET Framework (current version)
Initializes a new instance of the BindingSource class and adds the BindingSource to the specified container.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- container
-
Type:
System.ComponentModel::IContainer^
The IContainer to add the current BindingSource to.
This constructor calls the default constructor, and then adds the current BindingSource to the specified container. It is not typically used by the solutions programmer, but instead by authors of design-time environments.
.NET Framework
Available since 2.0
Available since 2.0
Show: