Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 879 Bytes

PowerPoint.Application.ActiveWindow.md

File metadata and controls

46 lines (26 loc) · 879 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.ActiveWindow property (PowerPoint)
vbapp10.chm502004
vbapp10.chm502004
PowerPoint.Application.ActiveWindow
762c1c6a-1f8a-f47a-7b75-006c745caee0
06/08/2017
medium

Application.ActiveWindow property (PowerPoint)

Returns a DocumentWindow object that represents the active document window. Read-only.

Syntax

expression.ActiveWindow

expression A variable that represents an Application object.

Return value

DocumentWindow

Example

This example minimizes the active window.

Application.ActiveWindow.WindowState = ppWindowMinimized

See also

Application Object

[!includeSupport and feedback]