Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ISplash Methods

Declares members implemented by a splash screen which is displayed when a Windows Forms application starts.
Name Description
SetDisplayText(String) Sets the text to be displayed by the label located on the default splash screen form.
Start() Shows a splash screen form.
Stop() Closes a splash screen form.
See Also