Nodes Method

Object List Next Object

Defined By:
TreeView

Description:

Return the node associated with the specified key.

Declaration:

Function Nodes(ByVal key As Long) As Node

Details:

Nodes will return the node associated with a specified key. The key is that value that would have been returned by a call to AddNode.

See Also:

AddNode