Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

DXSplashScreen.Stop() Method

Namespace: DevExpress.ExpressApp.Win.Utils

Assembly: DevExpress.ExpressApp.Win.v20.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