WindowsFormsApplicationBase.ShowSplashScreen 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定应用程序是否定义了初始屏幕,如果进行了定义,则显示该初始屏幕。
protected:
void ShowSplashScreen();
protected void ShowSplashScreen ();
member this.ShowSplashScreen : unit -> unit
Protected Sub ShowSplashScreen ()
注解
默认情况下,此方法以线程安全的方式调用 OnCreateSplashScreen
。
ShowSplashScreen 方法包含显示初始屏幕至少达 MinimumSplashScreenDisplayTime 属性指定的毫秒数的代码。 若要使用此功能,必须在替代 ShowSplashScreen 或 OnCreateSplashScreen 方法的方法中设置 My.Application.MinimumSplashScreenDisplayTime
属性,或使用 Project Designer将初始屏幕添加到应用程序。 有关详细信息,请参阅 MinimumSplashScreenDisplayTime。
此方法由 OnInitialize 方法调用。