共用方式為


WindowsFormsApplicationBase.OnCreateSplashScreen 方法

定義

在衍生類別中覆寫時,允許設計工具發出程式碼,以初始化啟動顯示畫面。

protected:
 virtual void OnCreateSplashScreen();
protected virtual void OnCreateSplashScreen ();
abstract member OnCreateSplashScreen : unit -> unit
override this.OnCreateSplashScreen : unit -> unit
Protected Overridable Sub OnCreateSplashScreen ()

備註

根據預設,此方法不會執行任何動作。 如果您在 Visual Basic 專案設計工具中為應用程式選取啟動顯示畫面,設計工具會使用方法覆寫 OnCreateSplashScreen 方法,該覆寫方法會將 SplashScreen 屬性設定為啟動顯示畫面表單的新執行個體。

此方法是由 OnInitialize 方法呼叫。

適用於

另請參閱