Parent Property
Description
Returns the parent object, in this case the Application object.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property Parent As Application |
Return Type
Application object. The Application object includes properties and methods that return top-level objects. For example, the ActivePartProgram property returns a PartProgram object.
See Also