Skip to main content
.NET 6.0+

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

Updates the information displayed on the splash screen.

Namespace: DevExpress.ExpressApp.Win

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

NuGet Package: DevExpress.ExpressApp.Win

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