property Node.Parent as Node
Retrieves the parent node.
Type
Description
Node
A Node object that specifies the node's parent.
Use the Parent property to get the node's parent. Use the
IsChildOf
property to check whether a node is child of another node. Use the
Nodes
property to access the child node's collection. Use the
Add
method to add child nodes to a node. Use the
Remove
method to remove a node.
Send comments on this topic.
© 1999-2008
Exontrol Inc, Software
. All rights reserved.