FindChildNode Method
Description
Finds a child node by node name.
Syntax
Visual Basic
Public Function FindChildNode( _
   ByVal ChildName As String _
) As SysTreeNode
Parameters
ChildName
The folder name to find.
Return Type
See Also