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(SplashType) Method

Closes a specified splash form: a Splash Screen, a Wait Form or a Splash Image.

Namespace: DevExpress.ExpressApp.Win.Utils

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public virtual void Stop(
    SplashType splashType
)

Parameters

Name Type Description
splashType SplashType

A SplashType enumeration value.

Remarks

Call the Stop method and pass a SplashType to close the required splash form.

Value passed Splash form closed Example
SplashScreen A Splash Screen. splashformsplashscreen
WaitForm A Wait Form. splashformwaitform
Image A Splash Image splashformsplashimage

Use the StopOverlayForm(IOverlaySplashScreenHandle) method to close an Overlay Form. The Stop method cannot close an Overlay Form.

Implements

See Also