WindowVisualState Enum

Definition

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
WindowVisualState
Attributes

Fields

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).

Applies to

See also