Search
EExpandBtnPos Enumeration
See Also
 



Members of this enumeration specify where the +/- buttons are displayed relative to Expandable boxes and can be assigned to the flowchart's ExpandBtnPos property.

 Syntax

VB6  Copy Code

Public Enum EExpandBtnPos

C++  Copy Code

enum EExpandBtnPos

 Members

  Member name Value Description

ebpOuterRight

0

Place expand/collapse buttons at the right-hand side of their nodes.

ebpOuterLowerRight

1

Place expand/collapse buttons at the lower-right corner of their nodes.

ebpOuterUpperRight

2

Place expand/collapse buttons at the upper-right corner of their nodes.

ebpOuterBottom

3

Place expand/collapse buttons at the bottom side of their nodes.

ebpOuterLeft

4

Place expand/collapse buttons at the left-hand side of their nodes.

ebpOuterLowerLeft

5

Place expand/collapse buttons at the lower-left corner of their nodes.

ebpOuterUpperLeft

6

Place expand/collapse buttons at the upper-left corner of their nodes.

ebpOuterTop

7

Place expand/collapse buttons at the top side of their nodes.

 See Also