API Documentation > Custom user interface > Object ProUIProgressbar > Function ProUIProgressbarLengthSet
Function ProUIProgressbarLengthSet
Description
Set the length of a progress bar component
Synopsis
ProUIProgressbarLengthSet
(
char* dialog
/* (In)
The name of the dialog that contains the progress bar
*/
char* progressbar
/* (In)
The name of the progress bar component
*/
int length
/* (In)
The length of the progress bar component
*/
)
Returns
The function was successful PRO_TK_GENERAL_ERROR
- The function failed
use ProUILasterrorGet()
User Guide References
Was this helpful?