WindowsFormsApplicationBase.HideSplashScreen 方法

定義

隱藏應用程式的啟動畫面。

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

備註

WindowsFormsApplicationBase 類別會在獨立執行緒上建立啟動畫面。 此方法會將呼叫編入正確的執行緒。

當主表單完成載入時,會呼叫此方法。

適用於

另請參閱