ControlBindingsCollection(IBindableComponent) Constructor

Definition

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

public:
 ControlBindingsCollection(System::Windows::Forms::IBindableComponent ^ control);
public ControlBindingsCollection (System.Windows.Forms.IBindableComponent control);
new System.Windows.Forms.ControlBindingsCollection : System.Windows.Forms.IBindableComponent -> System.Windows.Forms.ControlBindingsCollection
Public Sub New (control As IBindableComponent)

Parameters

control
IBindableComponent

The IBindableComponent the binding collection belongs to.

Applies to