Skip to main content

SplashScreenManager.FormInPendingState Property

Gets whether a splash form has been created, but not yet displayed. The splash form will be displayed a short time (pending time) after it has been created, provided that it is not closed during this time.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static bool FormInPendingState { get; }

Property Value

Type Description
Boolean

A Boolean value that specifies whether a splash form has been created, but not yet displayed.

See Also