Method Dispose
Dispose()
Disposes of the progress tracker instance.
Declaration
public void Dispose()
Implements
Dispose(bool)
Disposes of the progress tracker instance and clears the popup progress bar.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | Set to true to clear the popup progress bar. Set to false to leave the progress bar as is. |