ProtectedViewWindow.WindowState property (Word)

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

Syntax

expression.WindowState

expression An expression that returns a 'ProtectedViewWindow' object.

Remarks

The wdWindowStateNormal constant indicates a window that is not maximized or minimized. The state of an inactive window cannot be set. Use the Activate method to activate a window prior to setting the window state.

Example

The following code example minimizes the active Protected View window.

ActiveProtectedViewWindow.WindowState = wdWindowStateMinimize

See also

ProtectedViewWindow Object

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.