API 설명서 > Custom user interface > Object ProUIProgressbar > Function ProUIProgressbarHelptextSet
Function ProUIProgressbarHelptextSet
Description
Set the helptext of a progress bar component
Synopsis
ProUIProgressbarHelptextSet
(
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
The function was successful PRO_TK_GENERAL_ERROR
- The function failed
use ProUILasterrorGet()
User Guide References
도움이 되셨나요?