Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

TreeNode.ChildNodes Property

Returns a collection of sub tree nodes.

[Visual Basic]
Public ReadOnly Property ChildNodes As TreeNodeCollection
[C#]
public TreeNodeCollection ChildNodes {get;}

Remarks

This property returns the same collection as TreeNode.SubGroup.Nodes.

See Also

TreeNode Class | EO.Web Namespace


Direct link to this topic