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

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

For internal use.

Namespace: DevExpress.ExpressApp.Win

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

Declaration

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

Parameters

Name Type
context String
caption String
description String
additionalParams Object[]
See Also