SplashFormBase.DelayedClose(Int32, Form) Method
Closes the current SplashScreen or WaitForm after a specified delay. Allows you to select a form that should be subsequently activated.
Namespace: DevExpress.XtraSplashForm
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
closingDelay | Int32 | An Int32 value that is the number of milliseconds that elapses before the splash form is closed. |
parent | Form | A Form object that should be activated after the splash form is closed. |
Remarks
The DelayedClose method destroys a form that has been displayed using the SplashFormBase.Show method.
See Also