Skip to main content
.NET 6.0+

ISupportSplashTypes.Stop(SplashType) Method

Closes one of the following splash forms: a Splash Screen, a Wait Form or a Splash Image.

Namespace: DevExpress.ExpressApp.Win

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

void Stop(
    SplashType splashType
)

Parameters

Name Type Description
splashType SplashType

A splash form type to be closed.

See Also