ISplash Members
Declares members implemented by a splash screen which is displayed when a Windows Forms application starts.Properties
| Name | Description |
|---|---|
| IsStarted | Indicates whether the splash screen is being displayed. |
Methods
| 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