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.

WinApplication.StartOverlayForm(Control) Method

Executes the DXSplashScreen.StartOverlayForm method.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v20.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
DevExpress.XtraSplashScreen.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