Méthode | Description | |
---|---|---|
UpdateProgress ( string message, string progressText, float progress, bool disableCancel ) : void | ||
WaitDialogForm ( |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
SetVisibleCore ( bool value ) : void |
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SignalWaitHandleCompletion ( object state ) : void | ||
UpdateProgressBar ( float progress ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
protected SetVisibleCore ( bool value ) : void | ||
value | bool | |
Résultat | void |
public UpdateProgress ( string message, string progressText, float progress, bool disableCancel ) : void | ||
message | string | |
progressText | string | |
progress | float | |
disableCancel | bool | |
Résultat | void |
public WaitDialogForm ( |
||
synchronizationContext | ||
caption | string | |
message | string | |
progressText | string | |
canCancel | bool | |
realProgress | bool | |
progress | float | |
waitHandles | ||
Résultat | System |