C# Класс PDFExport.PDFExportProgress

A "please wait" form for the PDFExport.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CloseAsync ( ) : void

Closes an opened PDFExporterProgress form if it is opened.

ShowAsync ( Form parent ) : void

Shows the form asynchonously. To close it, call CloseAsync().

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

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

LocalizeComponents ( ) : void

Displays the text for the current culture.

PDFExportProgress ( ) : System

Initializes a new PDFExportProgress form.

PDFExportProgress_Load ( object sender, EventArgs e ) : void

Called when the form loads. Initializes it.

Run ( Object center ) : void

Run-method of the display thread. Shows the form and waits for the end.

timer_Tick ( object sender, EventArgs e ) : void

Called when the timer ticks. So this method is called periodically and updates the animation.

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

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

Closes an opened PDFExporterProgress form if it is opened.
public static CloseAsync ( ) : 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

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

Shows the form asynchonously. To close it, call CloseAsync().
public static ShowAsync ( Form parent ) : void
parent System.Windows.Forms.Form The parent form.
Результат void