property Node.IsChildOf (Parent as Node) as Boolean
Specifies whether a node is child of another node.

 TypeDescription 
   Parent as Node A Node object that specifies the node's parent.  
   Boolean A boolean expression that indicates whether the node is child of the Parent node.   
Use the IsChildOf property to check whether a node is child of another node. Use the Parent property to get the node's parent.


Send comments on this topic.
© 1999-2008 Exontrol Inc, Software. All rights reserved.