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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.