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

DXSplashScreen.StartOverlayForm(Control) Method

Shows an Overlay Form over a specified control.

Namespace: DevExpress.ExpressApp.Win.Utils

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

Declaration

public IOverlaySplashScreenHandle StartOverlayForm(
    Control control
)

Parameters

Name Type Description
control Control

A control for the Overlay Form to cover.

Returns

Type Description
DevExpress.XtraSplashScreen.IOverlaySplashScreenHandle

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

See Also