Search
Group.AttachedBoxes Property
See Also
 



Gets the collection of boxes attached to this group.

 Syntax

VB6  Copy Code

Public Property Get AttachedBoxes() As IBoxes

C++  Copy Code

public:
IBoxes* get_AttachedBoxes ()

 Property Value

A collection of Box objects.

 Remarks

Returns a collection of the boxes attached to the group. The main object of the group is not included in the collection.

 See Also