Gets the collection of boxes attached to this group.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AttachedBoxes() As IBoxes |
C++
Copy Code
|
|---|
public: |
A collection of Box objects.
RemarksReturns a collection of the boxes attached to the group. The main object of the group is not included in the collection.
See Also