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

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

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