Search
Group.MainObject Property
See Also
 



Gets the master item of this group.

 Syntax

VB6  Copy Code

Public Property Get MainObject() As Object

C++  Copy Code

public:
IDispatch* get_MainObject ()

 Property Value

A reference to object.

 Remarks

This 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