ActiveWindow Property

Microsoft PowerPoint Visual Basic

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