C# 클래스 PDFExport.PDFExportProgress

A "please wait" form for the PDFExport.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

공개 메소드들

메소드 설명
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