WinApplication.StartOverlayForm(Control) Method
In This Article
Executes the DXSplashScreen.StartOverlayForm method.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public virtual IOverlaySplashScreenHandle StartOverlayForm(
Control control
)
#Parameters
Name | Type | Description |
---|---|---|
control | Control | A control for the Overlay Form to cover. |
#Returns
Type | Description |
---|---|
IOverlay |
An Overlay Form’s handle. The Start |
See Also