Window.WindowState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the state of the specified document window or task window.
public:
property Microsoft::Office::Interop::Word::WdWindowState WindowState { Microsoft::Office::Interop::Word::WdWindowState get(); void set(Microsoft::Office::Interop::Word::WdWindowState value); };
public Microsoft.Office.Interop.Word.WdWindowState WindowState { get; set; }
member this.WindowState : Microsoft.Office.Interop.Word.WdWindowState with get, set
Public Property WindowState As WdWindowState
Property Value
Remarks
WdWindowState can be one of these WdWindowState constants:
wdWindowStateMaximize
wdWindowStateNormal
wdWindowStateMinimize
The wdWindowStateNormal constant indicates a window that's 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.