WindowVisualState 열거형

정의

창의 시각적 상태를 지정하는 값을 포함합니다.

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
상속
WindowVisualState
특성

필드

Name Description
Normal 0

창이 정상(복원됨)임을 지정합니다.

Maximized 1

창이 최대화되도록 지정합니다.

Minimized 2

창이 최소화되도록 지정합니다.

적용 대상

추가 정보