|
Previous Top Next |
The TotalValue property is set in the Init method. It is used in the Calculate, GetTotalValue and SetTotalValue methods and keeps the total value for the progress. Calling the SetTotalValue resets all the values for a progress bar and makes it possible to reset it and re-use it without having to kill it and re-initialize it.
Note that this is a PRIVATE property and should not be accessed outside of this class. If you need to access it use the GetTotalValue or SetTotalValue methods.
It is declared as:
TotalValue Long,Private