Category Custom user interface, Object ProUIProgressbar

Function ProUIProgressbarHelptextSet


Description
Set the helptext of a progress bar component
Synopsis
#include <ProUIProgressbar.h>
ProErrorProUIProgressbarHelptextSet(
char* dialog
/* (In)
The name of the dialog that contains the progress bar
*/
char* progressbar
/* (In)
The name of the progress bar component
*/
wchar_t* helptext
/* (In)
The help text
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful PRO_TK_GENERAL_ERROR
- The function faileduse ProUILasterrorGet()

Manual References:

  1. User Interface: Dialogs: Progressbar Attributes