Skip to main content
.NET Framework 4.6.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.2.dll

Declaration

bool CanShowOverlayForm { get; }

Property Value

Type Description
Boolean

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

See Also