ControlBindingsCollection(IBindableComponent) Constructeur

Définition

Initialise une nouvelle instance de la classe ControlBindingsCollection avec le contrôle pouvant être lié spécifié.

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)

Paramètres

control
IBindableComponent

IBindableComponent auquel appartient la collection de liaisons.

S’applique à