property Node.LinkTo as Variant
Retrieves or sets a value that indicates the list of nodes that the source node links to.

TypeDescription
Variant A string expression that indicates the list of nodes that the current node links to. The list of nodes ( keys ) is separated by ',' character
Use the LinkTo property to connect a node with multiple nodes. By default, the LinkTo property is empty. The LinkTo property indicates a list of keys separated by comma, that links to the current node. For instance, if the LinkTo property is "Key1,Key2", the current node draws a link to the nodes with the following keys: Key1 and Key2. Use the Key property to assign a key to a node. The PenWidthLinkTo property specifies the thickness of the lines between nodes. Use the PenLinkTo property to specify the type of the pen used to paint the lines between nodes. The LinkToColor property specifies the color of the links between nodes. The ShowLinks property doesn't affect the links added with the LinkTo property. The LinkToCaption property specifies the HTML caption being shown on the links between nodes. The ShowLinksDir property specifies whether the links between nodes show their directions.

The following screen shot shows a bi-directional linkto as L1_B node links to L2_A and back:

 

In the following screen shot you can notice that the "Item 1" node is linked directly to the "Item 2" node.

In the following screen shot you can notice that the "Subitem 1" node is linked to the "Item 2" node.