Microsoft SDK for Java

TreeNode.getLastNode

Retrieves the last child node that this node contains.

Syntax

public TreeNode getLastNode()

Return Value

Returns a TreeNode object that represents the last item in this node's child list. Returns null if this node has no children.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.