C# 클래스 ARCed.Forms.Splash.SplashScreenForm

파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

CloseSplashScreen() 공개 메소드

Closes the SplashScreen
public CloseSplashScreen ( ) : void
리턴 void

Dispose() 보호된 메소드

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

ShowSplashScreen() 공개 메소드

Displays the splashscreen
public ShowSplashScreen ( ) : void
리턴 void

SplashScreenForm() 공개 메소드

Base constructor
public SplashScreenForm ( ) : System.Drawing
리턴 System.Drawing

UdpateStatusText() 공개 메소드

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

UdpateStatusTextWithStatus() 공개 메소드

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
리턴 void