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