API Documentation > Custom user interface > Object ProUIProgressbar > Function ProUIProgressbarIsVisible
Function ProUIProgressbarIsVisible
Description
Checks to see if the Progressbar is visible in the dialog or not.
Synopsis
ProUIProgressbarIsVisible
(
char* dialog
/* (In)
The name of the dialog that contains the progress bar
*/
char* component
/* (In)
The name of the progress bar component
*/
ProBoolean* state
/* (Out)
Whether or not the progressbar is visible.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Was this helpful?