Search
FlowChart.ExpandBtnPos Property
See Also
 



Gets or sets a value indicating where the expand/collapse buttons are placed relatively to their boxes.

 Syntax

VB6  Copy Code

Public Property Get ExpandBtnPos() As EExpandBtnPos
Public Property Let ExpandBtnPos( _
    ByVal Value As EExpandBtnPos _
)

C++  Copy Code

public:
EExpandBtnPos get_ExpandBtnPos ()
void put_ExpandBtnPos (
    EExpandBtnPos value
)

 Property Value

A member of the EExpandBtnPos enumeration. The default is ebpOuterRight.

 Remarks

Defines where a +/- button is placed, relative to the position of the box to which the button is attached. +/- buttons expand or collapse the trees of diagram items that start from the respective boxes. Use the Expandable property of boxes to show or hide these buttons.

 See Also