ISupportUpdateSplash.UpdateSplash(String, String, Object[]) Method
Updates the information displayed on the splash screen.
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v25.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
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