Skip to main content

SplashFormProperties(Form, Image, Boolean, Boolean) Constructor

Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public SplashFormProperties(
    Form parentForm,
    Image image,
    bool useFadeIn,
    bool useFadeOut
)

Parameters

Name Type Description
parentForm Form

A parent form for a splash form to be displayed.

image Image

An Image object.

useFadeIn Boolean

true to use a fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the SplashFormProperties.UseFadeInEffect property.

useFadeOut Boolean

false to use a fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the SplashFormProperties.UseFadeOutEffect property.

See Also