WinApplication.StopOverlayForm(IOverlaySplashScreenHandle) Method
In This Article
Executes the DXSplashScreen.StopOverlayForm method.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public virtual void StopOverlayForm(
IOverlaySplashScreenHandle overlayFormHandle
)
#Parameters
Name | Type | Description |
---|---|---|
overlay |
IOverlay |
An Overlay Form’s handle. The Win |
See Also