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