Parent Property
Returns the Picture in which the specified object resides.
Syntax
object.Parent
Properties
The Parent property syntax has this part:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Remarks
Parent is a read-only property of type Object.
If an object is contained within a Group, the Parent property returns the Picture, not the Group.
The Parent of the Picture object is a Document object.
See the Owner property.