ISupportOverlayForm Interface
Provides methods to show and close an Overlay Form.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Remarks
The WinApplication class uses the ISupportOverlayForm interface to show and stop the Overlay Form. Implement this interface in your code if you use a custom class instead of DXSplashScreen to show splash forms.
For more details on how to show the Overlay Form, refer to the Splash Forms article.
See Also