OpenTD.AddIn.ProgressBar Class Reference
Last update: 16.07.2025Use to control the TD/AutoCAD progress bar. More...
Inheritance diagram for OpenTD.AddIn.ProgressBar:

Public Member Functions | |
| ProgressBar (ThermalDesktop _td) | |
| void | SetTitle (string title) |
| Set the text to display near the bar. | |
| void | SetProgress (int progressPercent) |
| Set the position of the bar from 0 to 100. | |
| void | Show () |
| Show the progress bar. | |
| void | Hide () |
| Hide the progress bar. | |
Detailed Description
Use to control the TD/AutoCAD progress bar.
Constructor & Destructor Documentation
◆ ProgressBar()
|
inline |
Member Function Documentation
◆ Hide()
|
inline |
Hide the progress bar.
◆ SetProgress()
|
inline |
Set the position of the bar from 0 to 100.
◆ SetTitle()
|
inline |
Set the text to display near the bar.
◆ Show()
|
inline |
Show the progress bar.
The documentation for this class was generated from the following file:
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/AddIn/ProgressBar.cs