ControlBindingsCollection(IBindableComponent) コンストラクター

定義

指定したバインドできるコントロールを使用して ControlBindingsCollection クラスの新しいインスタンスを初期化します。

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)

パラメーター

control
IBindableComponent

バインディング コレクションが属する IBindableComponent

適用対象