Gets the master item of this group.
SyntaxVB6
Copy Code
|
|---|
Public Property Get MainObject() As Object |
C++
Copy Code
|
|---|
public: |
A reference to object.
RemarksThis is the main object of the group - the one to which all other group objects are aligned. When it is modified all other objects in the group are moved and/or resized, according to the way they are attached to it.
See Also