Skip to main content
.NET 6.0+

DXSplashScreen.UpdateSplash(String, String, Object[]) Method

Specifies a description text, caption, and additional parameters for splash forms. Applies to the following splash forms: a Splash Screen or a Wait Form.

Namespace: DevExpress.ExpressApp.Win.Utils

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public virtual void UpdateSplash(
    string caption,
    string description,
    params object[] additionalParams
)

Parameters

Name Type Description
caption String

A new Wait Form caption.

description String

A new description text for a Splash Screen or a Wait Form.

additionalParams Object[]

Additional parameters.

See Also