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

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.v19.1.dll

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