WindowsFormsApplicationBase.ShowSplashScreen 方法

定义

确定应用程序是否定义了初始屏幕,如果进行了定义,则显示该初始屏幕。

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

注解

默认情况下,此方法以线程安全的方式调用 OnCreateSplashScreen

ShowSplashScreen 方法包含显示初始屏幕至少达 MinimumSplashScreenDisplayTime 属性指定的毫秒数的代码。 若要使用此功能,必须在替代 ShowSplashScreenOnCreateSplashScreen 方法的方法中设置 My.Application.MinimumSplashScreenDisplayTime 属性,或使用 Project Designer将初始屏幕添加到应用程序。 有关详细信息,请参阅 MinimumSplashScreenDisplayTime

此方法由 OnInitialize 方法调用。

适用于

另请参阅