Skip to main content
.NET Framework 4.5.2+

ISupportOverlayForm.CanShowOverlayForm Property

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

Namespace: DevExpress.ExpressApp.Win

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