Search
Box.RemoveFromContainer Method
See Also
 



( a feature of FlowChartX Pro edition)

Removes this box from its container.

 Syntax

VB6  Copy Code

Public Sub RemoveFromContainer ()

C++  Copy Code

public:
void RemoveFromContainer ()

 Remarks

Removes the box from its container. If the box is not in a container, this method does not have any effect.

 See Also