Window2::WindowState Property
Visual Studio 2015
Gets or sets the state of the window, whether it is minimized, normal, and so forth.
Assembly: EnvDTE80 (in EnvDTE80.dll)
property vsWindowState WindowState { vsWindowState get(); void set(vsWindowState value); }
Implements
Window::WindowStateBecause the WindowState property sets or returns whether a window is maximized, minimized, or normal, the environment should be in MDI mode for the following to work correctly.
Show: