C# Класс WinLib.Forms.LoadingForm

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Create ( string status, bool topMost = true ) : LoadingForm

Starts a splash loading form on a new thread running a separate message pump

Stop ( ) : void
UpdateProgress ( int percent ) : void
UpdateStatus ( string status ) : void

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

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

LoadingForm ( string status, bool topMost = true ) : System

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

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

Starts a splash loading form on a new thread running a separate message pump
public static Create ( string status, bool topMost = true ) : LoadingForm
status string
topMost bool
Результат LoadingForm

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

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

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

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

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

public UpdateProgress ( int percent ) : void
percent int
Результат void

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

public UpdateStatus ( string status ) : void
status string
Результат void