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
Показать файл Открыть проект

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