vsWindowState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the state of a given window.
public enum class vsWindowState
public enum class vsWindowState
enum vsWindowState
[System.Runtime.InteropServices.Guid("CD678662-7939-48A0-BF1D-FA1BED56C130")]
public enum vsWindowState
[<System.Runtime.InteropServices.Guid("CD678662-7939-48A0-BF1D-FA1BED56C130")>]
type vsWindowState =
Public Enum vsWindowState
- Inheritance
-
vsWindowState
- Attributes
Fields
vsWindowStateMaximize | 2 | Window is maximized. |
vsWindowStateMinimize | 1 | Window is minimized. |
vsWindowStateNormal | 0 | Window is normal. |