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