IStructElement.MoveChild Method

The MoveChild method searches for a given node inside the tree and moves it as child of the current node. Any node except the root can be moved to another branch of the tree using this method.

 

Syntax

ActiveX:

System.Boolean MoveChild(IStructElement treeNode)

Parameters

treeNode

Node to be moved.

 

Return Value

True if the node was found and the move operation was successful, false otherwise.

 

Example

Please check this link.

 

Remarks

 

Member of CDIntfEx.IStructElement.