SplashScreenManager.CloseForm(Boolean, Int32, Form, Boolean) Method
Closes the wait form or splash screen after a delay.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public static void CloseForm(
bool throwExceptionIfAlreadyClosed,
int closingDelay,
Form parent,
bool waitForSplashFormClose
)
Parameters
Name | Type | Description |
---|---|---|
throwExceptionIfAlreadyClosed | Boolean | true to raise an exception if no splash form is opened; otherwise, false. |
closingDelay | Int32 | An integer value that specifies the amount of time (in milliseconds) that should elapse before the splash form is closed. |
parent | Form | A form that is activated after the splash form is closed. This parameter is only in effect if the closingDelay parameter is greater than 0. |
waitForSplashFormClose | Boolean | true to block the current thread until the splash form is closed; otherwise, false. |
Remarks
You can use the SplashScreenManager.ShowForm, SplashScreenManager.ShowSkinSplashScreen, or SplashScreenManager.ShowFluentSplashScreen method to display a wait form or splash screen. Use the SplashScreenManager.CloseForm method to close the wait form or splash screen.