VSWINDOWSTATE Enum

Definition

Controls the display state or appearance of a window.

public enum class VSWINDOWSTATE
public enum class VSWINDOWSTATE
enum VSWINDOWSTATE
public enum VSWINDOWSTATE
type VSWINDOWSTATE = 
Public Enum VSWINDOWSTATE
Inheritance
VSWINDOWSTATE

Fields

VSWS_Maximized 2

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 1

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 0

The window is in its default state.

Remarks

COM Signature

From vsshell.idl:

Applies to