Search
Box.PutInContainer Method
See Also
 



( a feature of FlowChartX Pro edition)

Puts this box into a container box.

 Syntax

VB6  Copy Code

Public Sub PutInContainer( _
    ByVal container As Box _
)

C++  Copy Code

public:
void PutInContainer (
    Box* container
)

 Parameters

container
The container box in which to place this box.

 Remarks

Puts 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