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

SplashScreenManager.CloseForm(Boolean, Int32, Form, Boolean, Boolean) Method

Closes the currently displayed SplashScreen or WaitForm. This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public static void CloseForm(
    bool throwExceptionIfAlreadyClosed,
    int closingDelay,
    Form parent,
    bool waitForSplashFormClose,
    bool allowUseInDT
)

Parameters

Name Type
throwExceptionIfAlreadyClosed Boolean
closingDelay Int32
parent Form
waitForSplashFormClose Boolean
allowUseInDT Boolean
See Also