Skip to main content
A newer version of this page is available. .

SplashScreenManager.CloseForm() Method

Closes the wait form or splash screen. Throws an exception if no splash form is opened.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public static void CloseForm()

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.

See Also