Skip to main content
A newer version of this page is available. .

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

Updates the information displayed on the splash screen.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v18.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