Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 720 Bytes

Project.Window.Parent.md

File metadata and controls

30 lines (18 loc) · 720 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Window.Parent property (Project)
project-server
Project.Window.Parent
a1ce0007-43ee-b1dd-dc43-a9e94f37cf0b
06/08/2017
medium

Window.Parent property (Project)

Gets the parent of the Window object. Read-only Object.

Syntax

expression.Parent

expression A variable that represents a Window object.

Remarks

The parent of a Window object can be the Application, or a Windows or Windows2 collection object.

Use the Parent property to access the properties or methods of the parent of an object.

[!includeSupport and feedback]