Skip to main content
A newer version of this page is available. .

ISupportOverlayForm.CanShowOverlayForm Property

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

Namespace: DevExpress.ExpressApp.Win

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