Skip to main content

SplashFormProperties(Form, Boolean, Boolean, Boolean) Constructor

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public SplashFormProperties(
    Form parentForm,
    bool useFadeIn,
    bool useFadeOut,
    bool allowGlowEffect
)

Parameters

Name Type Description
parentForm Form

A parent form for a splash form.

useFadeIn Boolean

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

useFadeOut Boolean

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

allowGlowEffect Boolean

true, to use the glow effect when displaying a splash form; otherwise, false. This value is assigned to the SplashFormProperties.AllowGlowEffect property.

See Also