C# 클래스 BF2Statistics.ProgressDialog

Managed wrapper for the COM ProgressDialog component. Displays a dialog box to track the progress of a long-running operation.
상속: System.ComponentModel.Component
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

Private Properties

프로퍼티 타입 설명
CleanUp void
UpdateProgress void

공개 메소드들

메소드 설명
Close ( ) : void

Stops the timer and closes the progress dialog.

Pause ( ) : void

Pauses the timer on the progress dialog.

ProgressDialog ( ) : System

Initialises a new instance of the ProgressDialog class, using default values.

ProgressDialog ( IContainer container ) : System

Initialises a new instance of the ProgressDialog class and adds it to the specified IContainer.

Resume ( ) : void

Resumes the timer on the progress dialog.

Show ( ) : void

Displays the progress dialog and starts the timer.

Show ( IWin32Window parent ) : void

Displays the progress dialog and starts the timer.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases the RCW to the native IProgressDialog component.

비공개 메소드들

메소드 설명
CleanUp ( ) : void

Releases the RCW to the native IProgressDialog component.

UpdateProgress ( ) : void

Updates the progress displayed on the dialog box.

메소드 상세

Close() 공개 메소드

Stops the timer and closes the progress dialog.
public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases the RCW to the native IProgressDialog component.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Pause() 공개 메소드

Pauses the timer on the progress dialog.
public Pause ( ) : void
리턴 void

ProgressDialog() 공개 메소드

Initialises a new instance of the ProgressDialog class, using default values.
public ProgressDialog ( ) : System
리턴 System

ProgressDialog() 공개 메소드

Initialises a new instance of the ProgressDialog class and adds it to the specified IContainer.
public ProgressDialog ( IContainer container ) : System
container IContainer
리턴 System

Resume() 공개 메소드

Resumes the timer on the progress dialog.
public Resume ( ) : void
리턴 void

Show() 공개 메소드

Displays the progress dialog and starts the timer.
public Show ( ) : void
리턴 void

Show() 공개 메소드

Displays the progress dialog and starts the timer.
public Show ( IWin32Window parent ) : void
parent IWin32Window The dialog box's parent window.
리턴 void