Skip to main content
A newer version of this page is available.
All docs
V19.1

SplashScreenManager.ShowDefaultSplashScreen(Form, Boolean, Boolean, String, String) Method

Creates and displays the predefined SplashScreen descendant.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public static void ShowDefaultSplashScreen(
    Form parentForm,
    bool useFadeIn,
    bool useFadeOut,
    string productText = null,
    string demoText = null
)

Parameters

Name Type Description
parentForm Form

This parameter is not relevant for this method.

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.

Optional Parameters

Name Type Default Description
productText String *null*

A string value specifying the text in the predefined SplashScreen descendant.

demoText String *null*

A string value specifying the text in the predefined SplashScreen descendant.

Remarks

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

See Also