Back to Devexpress

SplashScreenManager.CloseForm Method

windowsforms-devexpress-dot-xtrasplashscreen-dot-splashscreenmanager-dot-closeform.md

latest1.9 KB
Original Source

SplashScreenManager.CloseForm Method

NameParametersDescription
CloseForm() staticnoneCloses the wait form or splash screen. Throws an exception if no splash form is opened.
CloseForm(Boolean, Boolean) staticthrowExceptionIfAlreadyClosed, waitForSplashFormCloseCloses the wait form or splash screen.
CloseForm(Boolean, Int32, Form, Boolean, Boolean) staticthrowExceptionIfAlreadyClosed, closingDelay, parent, waitForSplashFormClose, allowUseInDTCloses the wait form or splash screen. For internal use.
CloseForm(Boolean, Int32, Form, Boolean) staticthrowExceptionIfAlreadyClosed, closingDelay, parent, waitForSplashFormCloseCloses the wait form or splash screen after a delay.
CloseForm(Boolean, Int32, Form) staticthrowExceptionIfAlreadyClosed, closingDelay, parentCloses 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) staticthrowExceptionIfAlreadyClosedCloses the displayed wait form or splash screen. Allows you to suppress the exception raised if no splash form is opened.