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

DXSplashScreen.CanShowOverlayForm Property

Indicates if the current DXSplashScreen instance can show an Overlay Form.

Namespace: DevExpress.ExpressApp.Win.Utils

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

Declaration

public bool CanShowOverlayForm { get; }

Property Value

Type Description
Boolean

true, if both conditions apply: the DXSplashScreen.OverlayFormOptions property is not null and no other applicable splash form is currently shown; otherwise, false.

Remarks

The DXSplashScreen.OverlayFormOptions property is not null when a DXSplashScreen is initialized with a constructor that takes the overlayFormOptions parameter.

Implements

See Also