TreeNode.getPrevVisibleNode

Overview | Methods | This Package | All Packages

TreeNode.getPrevVisibleNode

Retrieves the last visible node before this node in the tree view control.

Syntax

public TreeNode getPrevVisibleNode()

Return Value

Returns a TreeNode object that represents the last visible node before this node in the tree view control. The returned node can be a child node, a sibling node, or a node from another branch in the tree view control. Returns null if this node is the first visible node in the tree view control.

See Also   getNextVisibleNode