System.Windows.Forms.IBindableComponent

Enables a non-control component to emulate the data-binding behavior of a Windows Forms control.

See Also: IBindableComponent Members

Syntax

public interface IBindableComponent : System.ComponentModel.IComponent

Remarks

A System.Windows.Forms.Binding contains a reference to its System.Windows.Forms.IBindableComponent owner through the Binding.BindableComponent property.

The System.Windows.Forms.Control class implements this interface, so if your bindable component inherits from System.Windows.Forms.Control, you do not need to implement this interface.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0