C# Класс NanoByte.Common.Controls.AsyncWaitDialog

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

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

Метод Описание
AsyncWaitDialog ( [ title, [ icon = null ) : System

Creates a new asynchrnous waiting dialog.

Start ( ) : void

Starts a new message pump with this dialog in a new thread.

Stop ( ) : void

Closes the dialog and stops the separate message pump.

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

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

Clean up any resources being used.

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

Метод Описание
AsyncWaitDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
AsyncWaitDialog_Shown ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

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

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

Creates a new asynchrnous waiting dialog.
public AsyncWaitDialog ( [ title, [ icon = null ) : System
title [ The title of th dialog to display.
icon [ The icon for the dialog to display in the task bar; can be null.
Результат System

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

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

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

Starts a new message pump with this dialog in a new thread.
public Start ( ) : void
Результат void

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

Closes the dialog and stops the separate message pump.
public Stop ( ) : void
Результат void