Description | ||||||||
Sets the current position of the progress bar
Note: The default min and max limits for the Progress bar integer are -32768 and 32768. Please use ProUIProgressbarMinintegerSet & ProUIProgressbarMaxintegerSet to change these as required. |
||||||||
Synopsis | ||||||||
#include <ProUIProgressbar.h> | ||||||||
ProError | ProUIProgressbarIntegerSet | ( | ||||||
char* dialog | ||||||||
/* (In) | ||||||||
The name of the dialog that contains the progress bar | ||||||||
*/ | ||||||||
char* progressbar | ||||||||
/* (In) | ||||||||
The name of the progress bar component | ||||||||
*/ | ||||||||
int position | ||||||||
/* (In) | ||||||||
The current position of the progress bar | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|