Share via


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

Concepts

Application Object

Application Object Members