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.

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

Updates the information displayed on the splash screen.

Namespace: DevExpress.ExpressApp.Win

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

Declaration

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

Parameters

Name Type Description
caption String

A string which is the splash caption text.

description String

A string which is the splash description text.

additionalParams Object[]

An array of objects that are additional parameters passed to the splash.

See Also