ProtectedViewWindow.WindowState (Word)
Returns or sets the state of the specified Protected View window. Possible return values are wdWindowStateMaximize - Maximized, wdWindowStateMinimize - Minimized, wdWindowStateNormal - Normal.
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.
ActiveProtectedViewWindow.WindowState = wdWindowStateMinimize