Binding.BindableComponent プロパティ

定義

Binding が関連付けられているコントロールを取得します。

public:
 property System::Windows::Forms::IBindableComponent ^ BindableComponent { System::Windows::Forms::IBindableComponent ^ get(); };
public System.Windows.Forms.IBindableComponent BindableComponent { get; }
member this.BindableComponent : System.Windows.Forms.IBindableComponent
Public ReadOnly Property BindableComponent As IBindableComponent

プロパティ値

IBindableComponent

IBindableComponent が関連付けられている Binding

適用対象