C# Class ARCed.Forms.Splash.SplashScreenForm

Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
CloseSplashScreen ( ) : void

Closes the SplashScreen

ShowSplashScreen ( ) : void

Displays the splashscreen

SplashScreenForm ( ) : System.Drawing

Base constructor

UdpateStatusText ( string Text ) : void

Update text message

UdpateStatusTextWithStatus ( string Text, TypeOfMessage tom ) : void

Update text with message color defined as white/yellow/red/ for success/warning/failure

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

SplashForm_FormClosing ( object sender, FormClosingEventArgs e ) : void

Prevents the closing of form other than by calling the CloseSplashScreen function

Method Details

CloseSplashScreen() public method

Closes the SplashScreen
public CloseSplashScreen ( ) : void
return void

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

ShowSplashScreen() public method

Displays the splashscreen
public ShowSplashScreen ( ) : void
return void

SplashScreenForm() public method

Base constructor
public SplashScreenForm ( ) : System.Drawing
return System.Drawing

UdpateStatusText() public method

Update text message
public UdpateStatusText ( string Text ) : void
Text string Message
return void

UdpateStatusTextWithStatus() public method

Update text with message color defined as white/yellow/red/ for success/warning/failure
public UdpateStatusTextWithStatus ( string Text, TypeOfMessage tom ) : void
Text string Message
tom TypeOfMessage Type of Message
return void