C# Class Bloom.SplashScreen

Make these 3 calls: CreateAndShow(), StayAboveThisWindow(), FadeAndClose()
Inheritance: System.Windows.Forms.Form
Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Methods

Method Description
CreateAndShow ( ) : SplashScreen
FadeAndClose ( ) : void
StayAboveThisWindow ( Form window ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnHandleCreated ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SplashScreen ( ) : System
SplashScreen_Load ( object sender, EventArgs e ) : void
SplashScreen_Paint ( object sender, PaintEventArgs e ) : void
_fadeOutTimer_Tick ( object sender, EventArgs e ) : void
label2_Click ( object sender, EventArgs e ) : void

Method Details

CreateAndShow() public static method

public static CreateAndShow ( ) : SplashScreen
return SplashScreen

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FadeAndClose() public method

public FadeAndClose ( ) : void
return void

OnHandleCreated() protected method

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
return void

StayAboveThisWindow() public method

public StayAboveThisWindow ( Form window ) : void
window System.Windows.Forms.Form
return void