ControlBindingsCollection Constructor (IBindableComponent^)

 

Initializes a new instance of the ControlBindingsCollection class with the specified bindable control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
ControlBindingsCollection(
	IBindableComponent^ control
)

Parameters

control
Type: System.Windows.Forms::IBindableComponent^

The IBindableComponent the binding collection belongs to.

.NET Framework
Available since 2.0
Return to top
Show: