ControlBindingsCollection(IBindableComponent) Constructor

Definición

Inicializa una nueva instancia de la ControlBindingsCollection clase con el control enlazable especificado.

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)

Parámetros

control
IBindableComponent

La IBindableComponent colección de enlaces pertenece.

Se aplica a