Skip to main content
.NET 6.0+

DXSplashScreen Constructors

Uses the WinForms Splash Screen Manager and enables a Splash Screen, a Wait Form, a Splash Image, and an Overlay Form in XAF Win applications.
Name Parameters Description
DXSplashScreen() none Initializes a new DXSplashScreen class instance that shows the default splash form.
DXSplashScreen(SvgImage, Type, DefaultOverlayFormOptions) splashSvgImage, waitFormType, overlayFormOptions Initializes a new DXSplashScreen class instance that shows the specified Splash Image, Wait Form, and Overlay Form.
DXSplashScreen(SvgImage) splashSvgImage Initializes a new DXSplashScreen class instance that shows a Splash Image.
DXSplashScreen(Image, Type, DefaultOverlayFormOptions) splashImage, waitFormType, overlayFormOptions Initializes a new DXSplashScreen class instance that shows the specified a Splash Image, a Wait Form, and an Overlay Form.
DXSplashScreen(Image) splashImage Initializes a new DXSplashScreen class instance that shows the specified a Splash Image.
DXSplashScreen(String) embeddedResourceImageName For internal use.
DXSplashScreen(Type, DefaultOverlayFormOptions) xtraSplashFormType, overlayFormOptions Initializes a new DXSplashScreen class instance that shows the specified Splash Screen and an Overlay Form.
DXSplashScreen(Type, SvgImage, Type, DefaultOverlayFormOptions) xtraSplashFormType, splashSvgImage, waitFormType, overlayFormOptions Initializes a new DXSplashScreen class instance that shows the specified Splash Screen, a Splash Image, a Wait Form, and an Overlay Form.
DXSplashScreen(Type, Image, Type, DefaultOverlayFormOptions) xtraSplashFormType, splashImage, waitFormType, overlayFormOptions Initializes a new DXSplashScreen class instance that shows the specified Splash Screen, a Splash Image, a Wait Form, and an Overlay Form.
DXSplashScreen(Type, Type, DefaultOverlayFormOptions) xtraSplashFormType, waitFormType, overlayFormOptions Initializes a new DXSplashScreen class instance that shows the specified Splash Screen, Wait Form, and Overlay Form.
DXSplashScreen(Type, Type) xtraSplashFormType, waitFormType Initializes a new DXSplashScreen class instance that shows the specified Splash Screen and Wait Form.
DXSplashScreen(Type) xtraSplashFormType Initializes a new DXSplashScreen class instance that shows the specified Splash Screen.
See Also