Skip to main content
.NET 6.0+

ISupportOverlayForm.CanShowOverlayForm Property

Indicates whether the WinForms Splash Screen Manager can show an Overlay Form.

Namespace: DevExpress.ExpressApp.Win

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

bool CanShowOverlayForm { get; }

Property Value

Type Description
Boolean

true, if an XAF application can show an Overlay Form ; otherwise, false.

See Also