ControlBindingsCollection(IBindableComponent) Constructor

Definición

Inicializa una nueva instancia de la clase ControlBindingsCollection con el control especificado que se puede enlazar.

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

IBindableComponent al que pertenece la colección de enlaces.

Se aplica a