Skip to main content
.NET 6.0+

ISupportUpdateSplash Interface

Declares members implemented by a splash screen which can display the loading process dynamically.

Namespace: DevExpress.ExpressApp.Win

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public interface ISupportUpdateSplash

Remarks

If you want to display loading progress information dynamically, implement the ISupportUpdateSplash interface in addition to ISplash. An example on implementing this interface is provided in the Use a Custom Class to Show a Splash Form (WinForms) topic.

See Also