共用方式為


WindowsFormsApplicationBase.ShowSplashScreen 方法

定義

判斷應用程式是否定義啟動顯示畫面,如果定義,則顯示它。

protected:
 void ShowSplashScreen();
protected void ShowSplashScreen ();
member this.ShowSplashScreen : unit -> unit
Protected Sub ShowSplashScreen ()

備註

根據預設,這個方法會以安全線程的方式呼叫 OnCreateSplashScreen

ShowSplashScreen 方法包含的程式碼,至少會顯示 MinimumSplashScreenDisplayTime 屬性所指定的毫秒數的啟動顯示畫面。 若要使用此功能,您必須在My.Application.MinimumSplashScreenDisplayTime覆寫 ShowSplashScreenOnCreateSplashScreen 方法的方法中設定 屬性,或使用 Project Designer 將啟動顯示畫面新增至您的應用程式。 如需詳細資訊,請參閱MinimumSplashScreenDisplayTime

此方法是由 OnInitialize 方法呼叫。

適用於

另請參閱