Search
Box.SubordinateGroup Property
See Also
 



Gets a reference to the group of objects that are attached to this box.

 Syntax

VB6  Copy Code

Public Property Get SubordinateGroup() As Group

C++  Copy Code

public:
Group* get_SubordinateGroup ()

 Property Value

A reference to a Group object.

 Remarks

Holds a reference to the group of which this box is the main object. The property equals to null (Nothing in Visual Basic) if there is no group attached to the box.

 See Also