Gets a reference to the group to which the box is attached.
SyntaxVB6
Copy Code
|
|---|
Public Property Get MasterGroup() As Group |
C++
Copy Code
|
|---|
public: |
A reference to a Group object.
RemarksHolds a reference to the group in which this box is a subordinate object, e.g. it has been added to this group using one of the Attach* methods. The property equals to null (Nothing in Visual Basic) if the box is not attached to any group.
See Also