C# Класс Bloom.SplashScreen

Make these 3 calls: CreateAndShow(), StayAboveThisWindow(), FadeAndClose()
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateAndShow ( ) : SplashScreen
FadeAndClose ( ) : void
StayAboveThisWindow ( Form window ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnHandleCreated ( EventArgs e ) : void

Приватные методы

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

Описание методов

CreateAndShow() публичный статический Метод

public static CreateAndShow ( ) : SplashScreen
Результат SplashScreen

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

FadeAndClose() публичный Метод

public FadeAndClose ( ) : void
Результат void

OnHandleCreated() защищенный Метод

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Результат void

StayAboveThisWindow() публичный Метод

public StayAboveThisWindow ( Form window ) : void
window System.Windows.Forms.Form
Результат void