Skip to main content
.NET 6.0+

WinApplication.StartOverlayForm(Control) Method

Executes the DXSplashScreen.StartOverlayForm method.

Namespace: DevExpress.ExpressApp.Win

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public virtual IOverlaySplashScreenHandle StartOverlayForm(
    Control control
)

Parameters

Name Type Description
control Control

A control for the Overlay Form to cover.

Returns

Type Description
IOverlaySplashScreenHandle

An Overlay Form’s handle. The StartOverlayForm method returns this handle, and the WinApplication.StopOverlayForm method uses this handle to access and close the form.

See Also