Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SplashScreenManager.CloseForm Method

Name Parameters Description
CloseForm() static none Closes the wait form or splash screen. Throws an exception if no splash form is opened.
CloseForm(Boolean, Boolean) static throwExceptionIfAlreadyClosed, waitForSplashFormClose Closes the wait form or splash screen.
CloseForm(Boolean, Int32, Form, Boolean, Boolean) static throwExceptionIfAlreadyClosed, closingDelay, parent, waitForSplashFormClose, allowUseInDT Closes the wait form or splash screen. For internal use.
CloseForm(Boolean, Int32, Form, Boolean) static throwExceptionIfAlreadyClosed, closingDelay, parent, waitForSplashFormClose Closes the wait form or splash screen after a delay.
CloseForm(Boolean, Int32, Form) static throwExceptionIfAlreadyClosed, closingDelay, parent Closes the wait form or splash screen after a delay. Allows you to select the form that should be subsequently activated, and suppress the exception raised if no splash form is opened.
CloseForm(Boolean) static throwExceptionIfAlreadyClosed Closes the displayed wait form or splash screen. Allows you to suppress the exception raised if no splash form is opened.