WindowVisualState 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.
Contains values that specify the visual state of a window.
public enum class WindowVisualState
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("fdc8f176-aed2-477a-8c89-ea04cc5f278d")]
public enum WindowVisualState
public enum WindowVisualState
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("fdc8f176-aed2-477a-8c89-ea04cc5f278d")>]
type WindowVisualState =
type WindowVisualState =
Public Enum WindowVisualState
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Specifies that the window is normal (restored). |
Maximized | 1 | Specifies that the window is maximized. |
Minimized | 2 | Specifies that the window is minimized. |
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.