Search
ETreeLayoutDirection Enumeration
See Also
 



Members of this enumeration can be assigned to the Direction property of the TreeLayout class to specify the overall flow of items in the layout.

 Syntax

VB6  Copy Code

Public Enum ETreeLayoutDirection

C++  Copy Code

enum ETreeLayoutDirection

 Members

  Member name Value Description

tldTopToBottom

0

Indicates a top-to-bottom direction.

tldBottomToTop

1

Indicates a bottom-to-top direction.

tldLeftToRight

2

Indicates a left-to-right direction.

tldRightToLeft

3

Indicates a right-to-left direction.

 See Also