WinApplication.StartOverlayForm(Control) Method
Executes the DXSplashScreen.StartOverlayForm method.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v25.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
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