hiGetProgressBarTotalSteps
hiGetProgressBarTotalSteps(w_window) =>t / nil
Description
Returns the maximum number of total steps for the progress bar from the window specified.
Argument
|
The window from which you want to get the maximum number of total progress bar steps. |
Value Returned
Example
hiGetProgressBarTotalSteps( window ( 1 ) )
Related Topics
Return to top