VSWINDOWSTATE Enumeration

 

Controls the display state or appearance of a window.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum VSWINDOWSTATE

Member nameDescription
VSWS_Maximized

The window is maximized. By default, the system enlarges a maximized window so that it fills the screen or, in the case of a child window, the parent window's client area.

VSWS_Minimized

The window is minimized. By default, the system reduces a minimized window to the size of its taskbar button and moves the minimized window to the taskbar.

VSWS_Normal

The window is in its default state.

From vsshell.idl:

Return to top
Show: