DXSplashScreen.StartOverlayForm(Control) Method
Shows an Overlay Form over a specified control.
Namespace: DevExpress.ExpressApp.Win.Utils
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
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 DXSplashScreen.StopOverlayForm method uses this handle to access and close the form. |
Implements
See Also