프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
public ProgressDialog ( IContainer container ) : System | ||
container | IContainer | |
리턴 | System |
public Show ( IWin32Window parent ) : void | ||
parent | IWin32Window | The dialog box's parent window. |
리턴 | void |