![]() |
Sylloge
A C# helper library
|
Public Member Functions | |
SplashScreen (int progMax, System.Drawing.Image bgImage) | |
Create an instance of this form. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. | |
Properties | |
ProgressBar | ProgressBar [get] |
Gets the progress bar associated with this instance. | |
string | Status [set] |
The current operation to display on the splash screen (increases progress bar by 1) |
Definition at line 30 of file SplashScreen.cs.
Sylloge.Forms.SplashScreen.SplashScreen | ( | int | progMax, |
System.Drawing.Image | bgImage | ||
) |
Create an instance of this form.
progMax | The maximum for the progress bar |
bgImage | The background image to display |
Definition at line 37 of file SplashScreen.cs.
override void Sylloge.Forms.SplashScreen.Dispose | ( | bool | disposing | ) | [protected] |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 31 of file SplashScreen.designer.cs.
ProgressBar Sylloge.Forms.SplashScreen.ProgressBar [get] |
Gets the progress bar associated with this instance.
Definition at line 51 of file SplashScreen.cs.
string Sylloge.Forms.SplashScreen.Status [set] |
The current operation to display on the splash screen (increases progress bar by 1)
Definition at line 62 of file SplashScreen.cs.