Share via


DocumentWindow.WindowState Property (PowerPoint)

Returns or sets the state of the specified window. Read/write.

Syntax

expression .WindowState

expression A variable that represents a DocumentWindow object.

Return Value

PpWindowState

Remarks

The value of the WindowState property can be one of these PpWindowState constants.

ppWindowMaximized

ppWindowMinimized

ppWindowNormal

When the state of the window is ppWindowNormal, the window is neither maximized nor minimized.

Example

This example maximizes the first member of the DocumentWindows collection.

Windows(1).WindowState = ppWindowMaximized

See Also

Concepts

DocumentWindow Object Members

DocumentWindow Object