property Node.UserData as Variant
Associates an extra data to the node.
Type
Description
Variant
A Variant expression that specifies the node's extra data.
Use the UserData property to associate an extra data to a node. Use the
RemoveNode
event to release any extra data associated to a node.