Skip to main content

IWaitFormActivator.CloseWaitForm(Boolean, Int32, Boolean) Method

Closes the splash screen, applying the specified settings.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

void CloseWaitForm(
    bool throwException,
    int delay,
    bool waitForClose
)

Parameters

Name Type Description
throwException Boolean

true to throw an exception after closing the form window; otherwise false.

delay Int32

An integer value, specifying the timeout before closing the form window.

waitForClose Boolean

true to wait until a user closes the window; false to automatically close the window after exceeding the specified timeout.

See Also