Search
Box.Expand Method
See Also
 



Expands the tree branch that starts from this box.

 Syntax

VB6  Copy Code

Public Sub Expand ()

C++  Copy Code

public:
void Expand ()

 Remarks

Displays 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