IBindableComponent::BindingContext Property

 

Gets or sets the collection of currency managers for the IBindableComponent.

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

property BindingContext^ BindingContext {
	BindingContext^ get();
	void set(BindingContext^ value);
}

Property Value

Type: System.Windows.Forms::BindingContext^

The collection of BindingManagerBase objects for this IBindableComponent.

.NET Framework
Available since 2.0
Return to top
Show: