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

SplashScreenManager.ActivateParentOnWaitFormClosing Property

Gets or sets whether a WaitForm‘s parent is activated on closing the WaitForm.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public static bool ActivateParentOnWaitFormClosing { get; set; }

Property Value

Type Description
Boolean

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

See Also