Search
TreeLayout.Direction Property
See Also
 



Gets or sets the tree layout direction.

 Syntax

VB6  Copy Code

Public Property Get Direction() As ETreeLayoutDirection
Public Property Let Direction( _
    ByVal value As ETreeLayoutDirection _
)

C++  Copy Code

public:
ETreeLayoutDirection get_Direction ()
void put_Direction (
    ETreeLayoutDirection value
)

 Property Value

A member of the ETreeLayoutDirection enumeration. The default is tldTopToBottom.

 See Also