vsWindowState Enumeration

 

Represents the state of a given window.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

[GuidAttribute("CD678662-7939-48A0-BF1D-FA1BED56C130")]
public enum class vsWindowState

Member nameDescription
vsWindowStateMaximize

Window is maximized.

vsWindowStateMinimize

Window is minimized.

vsWindowStateNormal

Window is normal.

Return to top
Show: