C# Класс ARCed.Forms.Splash.SplashScreenForm

Показать файл Открыть проект

Открытые методы

Метод Описание
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