ActiveWindow Property

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

Example

This example minimizes the active window.

Application.ActiveWindow.WindowState = ppWindowMinimized

Applies to | Application Object

See Also | Activate Method | Active Property | ActivePane Property | ActivePresentation Property