ArcFM Solution Developer Guide
Nodes Property


Syntax
'Declaration
 
<SRCategoryAttribute("CatBehavior")>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("TreeViewNodesDescr")>
<System.ComponentModel.MergablePropertyAttribute(False)>
Public ReadOnly Property Nodes As System.Windows.Forms.TreeNodeCollection
'Usage
 
Dim instance As MinerTreeView
Dim value As System.Windows.Forms.TreeNodeCollection
 
value = instance.Nodes
[SRCategory("CatBehavior")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[System.ComponentModel.Localizable(true)]
[SRDescription("TreeViewNodesDescr")]
[System.ComponentModel.MergableProperty(false)]
public System.Windows.Forms.TreeNodeCollection Nodes {get;}
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

MinerTreeView Class
MinerTreeView Members

 

 


Send Comment