ArcFM Solution Developer Guide
BindingContext Property (TreeViewHost)


Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("The binding context for the control.")>
Public Property BindingContext As System.Windows.Forms.BindingContext
'Usage
 
Dim instance As TreeViewHost
Dim value As System.Windows.Forms.BindingContext
 
instance.BindingContext = value
 
value = instance.BindingContext
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The binding context for the control.")]
public 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

TreeViewHost Class
TreeViewHost Members

 

 


Send Comment