x4Trace Documentation v1.0
Loading...
Searching...
No Matches
Tools.Threading.IProgressBar Interface Reference

Reprenesnt an interface of progressbar. More...

Inheritance diagram for Tools.Threading.IProgressBar:
Ix4Trace.Desktop.Plugins.ProgressBar.ProgressBar

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.
 

Detailed Description

Reprenesnt an interface of progressbar.

Member Function Documentation

◆ CloseProgressBar()

void Tools.Threading.IProgressBar.CloseProgressBar ( )

Closes the progressabr.

Implemented in Ix4Trace.Desktop.Plugins.ProgressBar.ProgressBar.

◆ IncreaseProgressBar()

void Tools.Threading.IProgressBar.IncreaseProgressBar ( )

Increases the progressbar.

Implemented in Ix4Trace.Desktop.Plugins.ProgressBar.ProgressBar.

◆ SetMax()

void Tools.Threading.IProgressBar.SetMax ( int max)

Sets the maximum value of progressbar.

Parameters
maxThe value.

Implemented in Ix4Trace.Desktop.Plugins.ProgressBar.ProgressBar.

◆ SetText()

void Tools.Threading.IProgressBar.SetText ( string text)

Sets the text of progressbar.

Parameters
textText to set.

Implemented in Ix4Trace.Desktop.Plugins.ProgressBar.ProgressBar.


The documentation for this interface was generated from the following file: