Gets a reference to the group of objects that are attached to this box.
SyntaxVB6
Copy Code
|
|---|
Public Property Get SubordinateGroup() As Group |
C++
Copy Code
|
|---|
public: |
A reference to a Group object.
RemarksHolds 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