Search
TreeLayout.Root Property
See Also
 



Gets or sets which sub-graph of the diagram should be laid out.

 Syntax

VB6  Copy Code

Public Property Get Root() As Object
Public Property Let Root( _
    ByVal value As Object _
)

C++  Copy Code

public:
IDispatch* get_Root ()
void put_Root (
    IDispatch* value
)

 Property Value

A reference to a node. The default is null (Nothing in Visual Basic).

 Remarks

If not set, the layout will try to guess the root node automatically, based on the diagram structure and value of ReversedArrows.

 See Also