DXSplashScreen.Start(SplashType) Method
Shows a specified splash forms: a Splash Screen, a Wait Form or a Splash Image.
Namespace: DevExpress.ExpressApp.Win.Utils
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Parameters
Name | Type | Description |
---|---|---|
splashType | SplashType | A SplashType enumeration value. |
Remarks
Call the Start method and pass a SplashType to show the required splash form.
Value passed | Splash form shown | Example |
---|---|---|
SplashScreen | A Splash Screen. | |
WaitForm | A Wait Form. | |
Image | A Splash Image |
Use the StartOverlayForm(Control) method to show an Overlay Form. The Start method cannot display an Overlay Form.
Implements
See Also