Property | Type | Description | |
---|---|---|---|
CleanUp | void | ||
UpdateProgress | void |
Method | 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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the RCW to the native IProgressDialog component.
|
Method | Description | |
---|---|---|
CleanUp ( ) : void |
Releases the RCW to the native IProgressDialog component.
|
|
UpdateProgress ( ) : void |
Updates the progress displayed on the dialog box.
|
public ProgressDialog ( IContainer container ) : System | ||
container | IContainer | |
return | System |
public Show ( IWin32Window parent ) : void | ||
parent | IWin32Window | The dialog box's parent window. |
return | void |