Gets or sets a value indicating where the expand/collapse buttons are placed relatively to their boxes.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ExpandBtnPos() As EExpandBtnPos |
C++
Copy Code
|
|---|
public: |
A member of the EExpandBtnPos enumeration. The default is ebpOuterRight.
RemarksDefines 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