WindowsFormsApplicationBase.ShowSplashScreen 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷應用程式是否定義啟動顯示畫面,如果定義,則顯示它。
protected:
void ShowSplashScreen();
protected void ShowSplashScreen ();
member this.ShowSplashScreen : unit -> unit
Protected Sub ShowSplashScreen ()
備註
根據預設,這個方法會以安全線程的方式呼叫 OnCreateSplashScreen
。
ShowSplashScreen 方法包含的程式碼,至少會顯示 MinimumSplashScreenDisplayTime 屬性所指定的毫秒數的啟動顯示畫面。 若要使用此功能,您必須在My.Application.MinimumSplashScreenDisplayTime
覆寫 ShowSplashScreen 或 OnCreateSplashScreen 方法的方法中設定 屬性,或使用 Project Designer 將啟動顯示畫面新增至您的應用程式。 如需詳細資訊,請參閱MinimumSplashScreenDisplayTime。
此方法是由 OnInitialize 方法呼叫。