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.

ISplash.Stop() Method

Closes a splash screen form.

Namespace: DevExpress.ExpressApp.Win

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

void Stop()

Remarks

When implementing the ISplash interface, close the shown splash screen form in the Stop method. This method is called when the main form is shown (see Windows Forms Application Creation and Initialization).

To see an example of the Stop method implementation, refer to the Use a Custom Class to Show a Splash Form topic. This topic details how the splash screen used in the Extend demo is implemented.

See Also