Skip to main content

SplashScreenManager(Form, Type, Boolean, Boolean, Int32) Constructor

Initializes a new instance of the SplashScreenManager class with the specified settings.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public SplashScreenManager(
    Form parentForm,
    Type splashFormType,
    bool useFadeIn,
    bool useFadeOut,
    int closingDelay
)

Parameters

Name Type Description
parentForm Form

A Form relative to which the displayed splash form is positioned. This parameter is in effect when a WaitForm is displayed.

splashFormType Type

The type of splash form to be displayed.

useFadeIn Boolean

true, to use the fade-in effect when opening the form; otherwise, false.

useFadeOut Boolean

true, to use the fade-out effect when closing the form; otherwise, false.

closingDelay Int32

An integer value that specifies the delay, in milliseconds, before the form is closed.

See Also