Skip to main content
A newer version of this page is available. .

DXSplashScreen.Start() Method

Namespace: DevExpress.ExpressApp.Win.Utils

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

Declaration

public virtual void Start()

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