WindowVisualState 枚举
定义
包含指定窗口的可视状态的值。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
type WindowVisualState =
Public Enum WindowVisualState
- 继承
- 属性
字段
Maximized | 1 | 指定窗口已最大化。Specifies that the window is maximized. |
Minimized | 2 | 指定窗口已最小化。Specifies that the window is minimized. |
Normal | 0 | 指定窗口为标准窗口(已还原)。Specifies that the window is normal (restored). |