SplashScreen.Show 메서드

정의

시작 화면을 표시합니다.

오버로드

Name Description
Show(Boolean)

시작 화면을 표시합니다.

Show(Boolean, Boolean)

시작 화면을 표시합니다.

Show(Boolean)

시작 화면을 표시합니다.

public:
 void Show(bool autoClose);
[System.Security.SecurityCritical]
public void Show(bool autoClose);
public void Show(bool autoClose);
[<System.Security.SecurityCritical>]
member this.Show : bool -> unit
member this.Show : bool -> unit
Public Sub Show (autoClose As Boolean)

매개 변수

autoClose
Boolean

true 시작 화면을 자동으로 닫습니다. false 시작 화면을 수동으로 닫습니다.

특성

예외

생성자에 지정된 리소스를 찾을 수 없습니다.

설명

설정된 메서드를 Show 호출하는 autoClose경우 메서드 true 를 호출 Close 할 필요가 없습니다. 애플리케이션이 로드되면 시작 화면이 자동으로 닫힙니다. 시작 화면이 닫히면 페이드하는 데 걸리는 시간은 매개 변수의 기본값 fadeoutDuration (300밀리초)에 따라 결정됩니다.

Show 페이드 기간에 대해 기본값이 아닌 값을 제공하려는 경우 설정된 autoClose 메서드 false 를 호출합니다. 시작 화면을 닫기 위해 메서드를 호출 Close 해야 합니다.

추가 정보

적용 대상

Show(Boolean, Boolean)

시작 화면을 표시합니다.

public:
 void Show(bool autoClose, bool topMost);
[System.Security.SecurityCritical]
public void Show(bool autoClose, bool topMost);
public void Show(bool autoClose, bool topMost);
[<System.Security.SecurityCritical>]
member this.Show : bool * bool -> unit
member this.Show : bool * bool -> unit
Public Sub Show (autoClose As Boolean, topMost As Boolean)

매개 변수

autoClose
Boolean

true 시작 화면을 자동으로 닫습니다. false 시작 화면을 수동으로 닫습니다.

topMost
Boolean

true 시작 화면 창에서 WS_EX_TOPMOST 스타일을 사용해야 하면 이고, 그렇지 않으면 false.

특성

추가 정보

  • CreateWindowEx

적용 대상