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

SplashScreenManager.SetDefaultProgressSplashScreenValue(Boolean, Int32) Method

Set the value of the progress bar in the predefined SplashScreen descendant.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public static void SetDefaultProgressSplashScreenValue(
    bool throwExceptionIfNotOpened,
    int value
)

Parameters

Name Type Description
throwExceptionIfNotOpened Boolean

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

value Int32

An integer value specifying the value 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