SplashScreen.Show 메서드

정의

시작 화면을 표시합니다.

오버로드

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

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

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

특성

추가 정보

적용 대상