Skip to main content
.NET 6.0+

ISupportSplashTypes.Start(SplashType) Method

Shows 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 Start(
    SplashType splashType
)

Parameters

Name Type Description
splashType SplashType

A splash form type to be shown.

See Also