Skip to main content

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.v25.2.dll

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

void Stop(
    SplashType splashType
)

Parameters

Name Type Description
splashType SplashType

A splash form type to be closed.

See Also