Uredi

WindowVisualState Enum

Definition

Contains values that specify the visual state of a window.

public enum class WindowVisualState
public enum WindowVisualState
type WindowVisualState = 
Public Enum WindowVisualState
Inheritance
WindowVisualState

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