Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.11 KB

Project.Application.SupportsMultipleWindows.md

File metadata and controls

31 lines (20 loc) · 1.11 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SupportsMultipleWindows property (Project)
vbapj.chm132628
vbapj.chm132628
project-server
Project.Application.SupportsMultipleWindows
d52eb74c-a809-2084-9e4e-45ca4d53d2e4
06/08/2017
medium

Application.SupportsMultipleWindows property (Project)

Always True for Project and any other application that can have more than one window open at a time. Read-only Boolean.

Syntax

expression. SupportsMultipleWindows

expression A variable that represents an Application object.

Remarks

The SupportsMultipleWindows property is useful with Automation. For example, suppose you want to open a second window in the application referred to by a variable. If the variable refers to one of several possible applications, you may want to use the SupportsMultipleWindows property to confirm that the application currently referenced by the variable can have more than one window open at a time.

[!includeSupport and feedback]