DXSplashScreen.StartOverlayForm(Control) Method
Shows an Overlay Form over a specified control.
Namespace: DevExpress.ExpressApp.Win.Utils
Assembly: DevExpress.ExpressApp.Win.v26.1.dll
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