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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.