Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

ISupportOverlayForm Interface

Provides methods to show and close an Overlay Form.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v20.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