Sylloge
A C# helper library
Public Member Functions | Protected Member Functions | Properties
Sylloge.Forms.SplashScreen Class Reference

List of all members.

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)

Detailed Description

Definition at line 30 of file SplashScreen.cs.


Constructor & Destructor Documentation

Sylloge.Forms.SplashScreen.SplashScreen ( int  progMax,
System.Drawing.Image  bgImage 
)

Create an instance of this form.

Parameters:
progMaxThe maximum for the progress bar
bgImageThe background image to display

Definition at line 37 of file SplashScreen.cs.


Member Function Documentation

override void Sylloge.Forms.SplashScreen.Dispose ( bool  disposing) [protected]

Clean up any resources being used.

Parameters:
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 31 of file SplashScreen.designer.cs.


Property Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events