C# Class BF2Statistics.ProgressDialog

Managed wrapper for the COM ProgressDialog component. Displays a dialog box to track the progress of a long-running operation.
Inheritance: System.ComponentModel.Component
Afficher le fichier Open project: BF2Statistics/ControlCenter

Private Properties

Свойство Type Description
CleanUp void
UpdateProgress void

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases the RCW to the native IProgressDialog component.

Private Methods

Méthode Description
CleanUp ( ) : void

Releases the RCW to the native IProgressDialog component.

UpdateProgress ( ) : void

Updates the progress displayed on the dialog box.

Method Details

Close() public méthode

Stops the timer and closes the progress dialog.
public Close ( ) : void
Résultat void

Dispose() protected méthode

Releases the RCW to the native IProgressDialog component.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Pause() public méthode

Pauses the timer on the progress dialog.
public Pause ( ) : void
Résultat void

ProgressDialog() public méthode

Initialises a new instance of the ProgressDialog class, using default values.
public ProgressDialog ( ) : System
Résultat System

ProgressDialog() public méthode

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

Resume() public méthode

Resumes the timer on the progress dialog.
public Resume ( ) : void
Résultat void

Show() public méthode

Displays the progress dialog and starts the timer.
public Show ( ) : void
Résultat void

Show() public méthode

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