Back to Devexpress

SplashType Enum

expressappframework-devexpress-dot-expressapp-dot-win-f173504d.md

latest2.0 KB
Original Source

SplashType Enum

Contains values that specify splash form types.

Namespace : DevExpress.ExpressApp.Win

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

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

Declaration

csharp
public enum SplashType
vb
Public Enum SplashType

Members

NameDescription
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

Loading Panels / Splash Forms (WinForms)

DXSplashScreen

ISupportSplashTypes

DevExpress.ExpressApp.Win Namespace