Skip to main content
.NET 6.0+

DXSplashScreen.Stop() Method

Namespace: DevExpress.ExpressApp.Win.Utils

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public virtual void Stop()

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