ArcFM Solution Developer Guide
BindingContext Property (FeatureControl)


Syntax
'Declaration
 
<SRDescriptionAttribute("The binding manager for the container control.  This manages all bindings of child controls to lists.")>
<System.ComponentModel.BrowsableAttribute(False)>
Public Overridable Property BindingContext As System.Windows.Forms.BindingContext
'Usage
 
Dim instance As FeatureControl
Dim value As System.Windows.Forms.BindingContext
 
instance.BindingContext = value
 
value = instance.BindingContext
[SRDescription("The binding manager for the container control.  This manages all bindings of child controls to lists.")]
[System.ComponentModel.Browsable(false)]
public virtual System.Windows.Forms.BindingContext BindingContext {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

FeatureControl Class
FeatureControl Members

 

 


Send Comment