Back to Devexpress

WinApplication.StopOverlayForm(IOverlaySplashScreenHandle) Method

expressappframework-devexpress-dot-expressapp-dot-win-dot-winapplication-dot-stopoverlayform-x28-devexpress-dot-xtrasplashscreen-dot-ioverlaysplashscreenhandle-x29.md

latest2.1 KB
Original Source

WinApplication.StopOverlayForm(IOverlaySplashScreenHandle) Method

Executes the DXSplashScreen.StopOverlayForm method.

Namespace : DevExpress.ExpressApp.Win

Assembly : DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public virtual void StopOverlayForm(
    IOverlaySplashScreenHandle overlayFormHandle
)
vb
Public Overridable Sub StopOverlayForm(
    overlayFormHandle As IOverlaySplashScreenHandle
)

Parameters

NameTypeDescription
overlayFormHandleIOverlaySplashScreenHandle

An Overlay Form’s handle. The WinApplication.StartOverlayForm method returns this handle, and the StopOverlayForm method uses this handle to access and close the form.

|

See Also

Loading Panels / Splash Forms (WinForms)

DXSplashScreen

WinApplication Class

WinApplication Members

DevExpress.ExpressApp.Win Namespace