Category Custom user interface, Object ProUIProgressbar

Function ProUIProgressbarMaxintegerSet


Description
Set the maximum integer for a progress bar component
Synopsis
#include <ProUIProgressbar.h>
ProErrorProUIProgressbarMaxintegerSet(
char* dialog
/* (In)
The name of the dialog that contains the progress bar
*/
char* progressbar
/* (In)
The name of the progress bar component
*/
int max
/* (In)
The maximum integer value (default = 32767)
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful PRO_TK_GENERAL_ERROR
- The function faileduse ProUILasterrorGet()

Manual References:

  1. User Interface: Dialogs: Progressbar Attributes