ControlBindingsCollection.BindableComponent Свойство

Определение

Возвращает компонент IBindableComponent, которому принадлежит данная коллекция привязок.

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, которому принадлежит данная коллекция привязок.

Комментарии

Свойство BindableComponent возвращает тот же объект, что и Control свойство.

Применяется к