Back to Devexpress

ISupportOverlayForm Interface

expressappframework-devexpress-dot-expressapp-dot-win-51c9531c.md

latest1.9 KB
Original Source

ISupportOverlayForm Interface

Provides methods to show and close an Overlay Form.

Namespace : DevExpress.ExpressApp.Win

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

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

Declaration

csharp
public interface ISupportOverlayForm
vb
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

ISupportOverlayForm Members

DevExpress.ExpressApp.Win Namespace