Back to Devexpress

ISupportUpdateSplash Interface

expressappframework-devexpress-dot-expressapp-dot-win-5142334f.md

latest1.4 KB
Original Source

ISupportUpdateSplash Interface

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

Namespace : DevExpress.ExpressApp.Win

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

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public interface ISupportUpdateSplash
vb
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

ISupportUpdateSplash Members

DevExpress.ExpressApp.Win Namespace