IWaitFormActivator.CloseWaitForm(Boolean, Int32, Boolean) Method
Closes the splash screen, applying the specified settings.
Namespace: DevExpress.DataAccess.Wizard.Services
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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