SplashType Enum
Contains values that specify splash form types.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
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