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

SplashFormProperties(Form, Boolean, Boolean, Int32, Form) 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.v19.1.dll

Declaration

public SplashFormProperties(
    Form parentForm,
    bool useFadeIn,
    bool useFadeOut,
    int pendingTime,
    Form parentFormInternal
)

Parameters

Name Type Description
parentForm Form

A parent form for a splash form.

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

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

pendingTime Int32

The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed.

parentFormInternal Form

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also