Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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