NewList Method
Description
Gets a list of the node's immediate children.
Syntax
Visual Basic
Public Function NewList() As List
Return Type
A list of SysTreeNode objects in the first level below the current node.
Remarks
The list index is 1-based.
See Also