WindowVisualState Wyliczenie

Definicja

Zawiera wartości określające stan wizualny okna.

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
Dziedziczenie
WindowVisualState
Atrybuty

Pola

Maximized 1

Określa, że okno jest zmaksymalizowane.

Minimized 2

Określa, że okno jest zminimalizowane.

Normal 0

Określa, że okno jest normalne (przywrócone).

Dotyczy

Zobacz też