Parent Property [Application, Documents]

 

The Parent property returns the parent object. Returns an Application object. This is a read-only property.

 

Syntax

object.Parent

 

Example

This example demonstrates how to return the parent object for the MapViewer application.

 

Debug.Print mvApp.Parent

 

Used by: Application object, Documents collection