C# 클래스 XWord.LoadingDialog

A dialog that is shown when a long operation is executed or a Word instance restart/swich is required.
파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office 1 사용 예제들

공개 메소드들

메소드 설명
CloseSyncDialog ( ) : void

Closes the dialog in a safe cross thread manner.

LoadingDialog ( String message ) : System

Displays a continuous progress bar while an operation is in progress.

ShowSyncDialog ( Object obj ) : void

Shows the form.

Recomended for cross tread calls.

보호된 메소드들

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

LoadingDialog_Shown ( object sender, EventArgs e ) : void
timer_Tick ( object sender, EventArgs e ) : void

메소드 상세

CloseSyncDialog() 공개 메소드

Closes the dialog in a safe cross thread manner.
public CloseSyncDialog ( ) : 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

LoadingDialog() 공개 메소드

Displays a continuous progress bar while an operation is in progress.
public LoadingDialog ( String message ) : System
message String
리턴 System

ShowSyncDialog() 공개 메소드

Shows the form.
Recomended for cross tread calls.
public ShowSyncDialog ( Object obj ) : void
obj Object Extra parameter to match the wait callback signature.
리턴 void