Skip to main content

SplashFormBase.DelayedClose(Int32, Form) Method

Closes the current SplashScreen or WaitForm after a specified delay. Allows you to select a form that should be subsequently activated.

Namespace: DevExpress.XtraSplashForm

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void DelayedClose(
    int closingDelay,
    Form parent
)

Parameters

Name Type Description
closingDelay Int32

An Int32 value that is the number of milliseconds that elapses before the splash form is closed.

parent Form

A Form object that should be activated after the splash form is closed.

Remarks

The DelayedClose method destroys a form that has been displayed using the SplashFormBase.Show method.

See Also