SplashType Enum
In This Article
Contains values that specify splash form types.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
#Members
Name | Description |
---|---|
Splash
|
Corresponds to a Splash Screen. |
Wait
|
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