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)
Syntax
'Declaration
Public Enumeration VSWINDOWSTATE
public enum VSWINDOWSTATE
public enum class VSWINDOWSTATE
type VSWINDOWSTATE
public enum VSWINDOWSTATE
Members
Member name | Description | |
---|---|---|
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. |
Remarks
COM Signature
From vsshell.idl: