Retrieves the parent node for this node.
public TreeNode getParent()
Returns a TreeNode object that represents the parent node for this node. Returns null if called on the node that is the virtual root for the tree view control (the node that is the parent node to the root nodes in the control).