Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
TreeNode.getNextVisibleNode
Retrieves the first visible node after this node in the tree view control.
Syntax
public TreeNode getNextVisibleNode()
Return Value
Returns a TreeNode object that represents the first visible node after 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 last visible node in the tree view control.
See Also getPrevVisibleNode