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

SplashScreenManager.SetDefaultSplashScreenStatus(Boolean, String) Method

Sets the caption of the progress bar in the predefined SplashScreen descendant.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public static void SetDefaultSplashScreenStatus(
    bool throwExceptionIfNotOpened,
    string status
)

Parameters

Name Type Description
throwExceptionIfNotOpened Boolean

true to throw an exception if the form is not opened; false to suppress this exception.

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