DXSplashScreen.Stop() Method
Closes a Splash Screen or Splash Image.
Namespace: DevExpress.ExpressApp.Win.Utils
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
Remarks
The Start method accesses the following properties one by one. As soon as the Start method successfully gets a value, the method closes the relevant splash form.
Access order | Property accessed | Result if not null | Result if null |
---|---|---|---|
1 | SplashFormType | Closes a Splash Screen | Accesses the next property |
2 | SplashImage and SplashSvgImage | Closes a Splash Image | Does not close anything |
If all accessed properties return null, the Stop method does not close any forms.
To close other splash forms use the Stop(SplashType) and StopOverlayForm(IOverlaySplashScreenHandle) methods.
Implements
See Also