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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.