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

SplashScreenManager.HideImage(Int32, Form) Method

Closes the currently displayed splash image after a specific delay and allows you to specify a form that should be subsequently selected.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public static void HideImage(
    int closingDelay,
    Form parent
)

Parameters

Name Type Description
closingDelay Int32

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

parent Form

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

Remarks

The HideImage method hides the splash image that has been displayed via the SplashScreenManager.ShowImage method.

See Also