Search
Box.ContainedItems Property
See Also
 



( a feature of FlowChartX Pro edition)

Gets the list of items contained in the box.

 Syntax

VB6  Copy Code

Public Property Get ContainedItems() As Group

C++  Copy Code

public:
Group* get_ContainedItems ()

 Property Value

A reference to a Group object.

 Remarks

Containers use a group object internally to manage the items contained in them. A container is the main object of its internal group, so when it is moved all the attached items are moved too. Using this property you can access the group and enumerate the items attached to it.

 See Also