Skip to main content
.NET 6.0+

DXSplashScreen(Image, Type, DefaultOverlayFormOptions) Constructor

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

Namespace: DevExpress.ExpressApp.Win.Utils

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public DXSplashScreen(
    Image splashImage,
    Type waitFormType,
    DefaultOverlayFormOptions overlayFormOptions
)

Parameters

Name Type Description
splashImage Image

A raster image used as a Splash Image. PNG files are preferable.

waitFormType Type

A Wait Form type that is a SplashFormBase descendant.

overlayFormOptions DefaultOverlayFormOptions

Overlay Form options.

See Also