(
a feature of FlowChartX Pro edition)
Puts this box into a container box.
SyntaxVB6
Copy Code
|
|---|
Public Sub PutInContainer( _ |
C++
Copy Code
|
|---|
public: |
RemarksPuts this node into a container. If the box passed as argument is not a container, its Style is automatically changed to bsContainer. The node is added to the end of the container, after all other contained items.
See Also