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