| title | DocumentWindow.WindowState property (PowerPoint) | |
|---|---|---|
| keywords | vbapp10.chm511009 | |
| f1_keywords |
|
|
| api_name |
|
|
| ms.assetid | 7f0ce168-0339-03f0-11e4-dc7935c04b85 | |
| ms.date | 06/08/2017 | |
| ms.localizationpriority | medium |
Returns or sets the state of the specified window. Read/write.
expression.WindowState
expression A variable that represents a DocumentWindow object.
PpWindowState
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.
This example maximizes the first member of the DocumentWindows collection.
Windows(1).WindowState = ppWindowMaximized[!includeSupport and feedback]