Expands the tree branch that starts from this box.
SyntaxVB6
Copy Code
|
|---|
Public Sub Expand () |
C++
Copy Code
|
|---|
public: |
RemarksDisplays box child-objects that were previously hidden using Collapse. If the flowchart RecursiveExpand property is set to false then only the first level of box descendants will be redisplayed. Otherwise the whole hierarchy starting from this box will be expanded.
See Also