(
a feature of FlowChartX Pro edition)
Gets the list of items contained in the box.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ContainedItems() As Group |
C++
Copy Code
|
|---|
public: |
A reference to a Group object.
RemarksContainers 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