x4Trace Documentation v1.0
|
Reprenesnt an interface of progressbar. More...
Public Member Functions | |
void | SetText (string text) |
Sets the text of progressbar. | |
void | SetMax (int max) |
Sets the maximum value of progressbar. | |
void | IncreaseProgressBar () |
Increases the progressbar. | |
void | CloseProgressBar () |
Closes the progressabr. | |
Reprenesnt an interface of progressbar.
void Tools.Threading.IProgressBar.CloseProgressBar | ( | ) |
Closes the progressabr.
Implemented in Ix4Trace.Desktop.Plugins.ProgressBar.ProgressBar.
void Tools.Threading.IProgressBar.IncreaseProgressBar | ( | ) |
Increases the progressbar.
Implemented in Ix4Trace.Desktop.Plugins.ProgressBar.ProgressBar.
void Tools.Threading.IProgressBar.SetMax | ( | int | max | ) |
Sets the maximum value of progressbar.
max | The value. |
Implemented in Ix4Trace.Desktop.Plugins.ProgressBar.ProgressBar.
void Tools.Threading.IProgressBar.SetText | ( | string | text | ) |
Sets the text of progressbar.
text | Text to set. |
Implemented in Ix4Trace.Desktop.Plugins.ProgressBar.ProgressBar.