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

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.