Binding::BindableComponent Property
.NET Framework (current version)
Gets the control the Binding is associated with.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property IBindableComponent^ BindableComponent { [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] IBindableComponent^ get(); }
Property Value
Type: System.Windows.Forms::IBindableComponent^The IBindableComponent the Binding is associated with.
.NET Framework
Available since 2.0
Available since 2.0
Show: