Skip to main content
.NET 6.0+

SplashType Enum

Contains values that specify splash form types.

Namespace: DevExpress.ExpressApp.Win

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public enum SplashType

Members

Name Description
SplashScreen

Corresponds to a Splash Screen.

WaitForm

Corresponds to a Wait Form.

Image

Corresponds to a Splash Image.

Remarks

The SplashType enumeration’s values specify a splash form for the WinForms Splash Screen Manager to show. The WinApplication.StartSplash method accepts the SplashType values as a parameter.

See Also