SplashScreenManager.HideImage(Int32, Form) Method
Closes the currently displayed splash image after a specific delay and allows you to specify a form that should be subsequently selected.
Namespace: DevExpress.XtraSplashScreen
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 image is closed. |
parent | Form | A Form object that should be activated after the splash form is closed. |
Remarks
The HideImage method hides the splash image that has been displayed via the SplashScreenManager.ShowImage method.
See Also