Class SplashScreen
- Namespace
- RadioExt_Helper.forms
- Assembly
- RadioExt-Helper.dll
Represents the splash screen for the application.
public class SplashScreen : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
- Inheritance
-
SplashScreen
- Implements
- Inherited Members
- Extension Methods
Constructors
SplashScreen()
Initializes a new instance of the SplashScreen class.
public SplashScreen()
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing
bool- true if managed resources should be disposed; otherwise, false.
UpdateStatus(string)
Updates the status message on the splash screen.
public void UpdateStatus(string message)
Parameters
message
string- The status message to display.