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

DXSplashScreen(SvgImage, Type, DefaultOverlayFormOptions) Constructor

Initializes a new DXSplashScreen class instance that shows the specified Splash Image, Wait Form, and Overlay Form.

Namespace: DevExpress.ExpressApp.Win.Utils

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

Declaration

public DXSplashScreen(
    SvgImage splashSvgImage,
    Type waitFormType,
    DefaultOverlayFormOptions overlayFormOptions
)

Parameters

Name Type Description
splashSvgImage DevExpress.Utils.Svg.SvgImage

An SVG image used as a Splash Image.

waitFormType Type

A Wait Form type that is a SplashFormBase descendant.

overlayFormOptions DefaultOverlayFormOptions

Overlay Form options.

See Also