Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v19.2.dll

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