WindowsFormsApplicationBase.HideSplashScreen 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
隱藏應用程式的啟動顯示畫面。
protected:
void HideSplashScreen();
protected void HideSplashScreen ();
member this.HideSplashScreen : unit -> unit
Protected Sub HideSplashScreen ()
備註
類別 WindowsFormsApplicationBase 會在個別線程上建立啟動顯示畫面。 這個方法會封送處理對正確線程的呼叫。
當主窗體完成載入時,就會呼叫這個方法。