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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.