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

SplashScreenManager.ShowDefaultSplashScreen(String, String) Method

Creates and displays the predefined SplashScreen descendant.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public static void ShowDefaultSplashScreen(
    string productText = null,
    string demoText = null
)

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