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

SplashScreenManager.ActivateParentOnSplashFormClosing Property

Gets or sets whether a splash form’s parent is activated on closing the splash form.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public static bool ActivateParentOnSplashFormClosing { get; set; }

Property Value

Type Description
Boolean

true if a splash form’s parent is activated on closing the splash form; otherwise, false.

See Also