DXSplashScreen.Start() Method
Shows a Splash Screen or Splash Image.
Namespace: DevExpress.ExpressApp.Win.Utils
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
Remarks
The Start method accesses the following properties one by one. As soon as the Start method successfully gets a value, the method shows the relevant splash form.
Access order | Property accessed | Result if not null | Result if null |
---|---|---|---|
1 | SplashFormType | Shows a Splash Screen | Accesses the next property |
2 | SplashImage | Shows a Splash Image | Accesses the next property |
3 | SplashSvgImage | Shows an SVG Splash Image | Does not show anything |
If all accessed properties return null, the Start method does not show any forms.
To show other splash forms use the Start(SplashType) and StartOverlayForm(Control) methods.
Implements
See Also