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

SplashScreenManager.ShowDefaultProgressSplashScreen(String) Method

Creates and displays the predefined SplashScreen descendant.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public static void ShowDefaultProgressSplashScreen(
    string status
)

Parameters

Name Type Description
status String

A string value specifying the caption of the progress indicator 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