Skip to main content
.NET 6.0+

ISupportOverlayForm Interface

Provides methods to show and close an Overlay Form.

Namespace: DevExpress.ExpressApp.Win

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public interface ISupportOverlayForm

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