ControlBindingsCollection::BindableComponent Property

 

Gets the IBindableComponent the binding collection belongs to.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property IBindableComponent^ BindableComponent {
	IBindableComponent^ get();
}

Property Value

Type: System.Windows.Forms::IBindableComponent^

The IBindableComponent the binding collection belongs to.

The BindableComponent property returns the same object as the Control property.

.NET Framework
Available since 2.0
Return to top
Show: