Search
Box.MasterGroup Property
See Also
 



Gets a reference to the group to which the box is attached.

 Syntax

VB6  Copy Code

Public Property Get MasterGroup() As Group

C++  Copy Code

public:
Group* get_MasterGroup ()

 Property Value

A reference to a Group object.

 Remarks

Holds 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