Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

ISupportUpdateSplash Interface

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

Namespace: DevExpress.ExpressApp.Win

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

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 topic.

See Also