property Nodes.ItemByID (ID as Variant) as Node
Returns a node giving its unique identifier.

TypeDescription
ID as Variant A String expression that specifies the unique identifier of the node, previously returned by the ID property of the Node.
Node A Node object being returned.
The ItemByID property returns a node giving its unique identifier. The ID property is generated by the control, to identify uniquely a node within the Nodes collection. The RemoveByID method removes a node giving its unique identifier.