Documentación de la API > Custom user interface > Object ProUIPushbutton > Function ProUIPushbuttonHelptextSet
Function ProUIPushbuttonHelptextSet
Description
Set the helptext of a pushbutton component
Synopsis
ProUIPushbuttonHelptextSet
(
char* dialog
/* (In)
The name of the dialog that contains the pushbutton
*/
char* pushbutton
/* (In)
The name of the pushbutton component
*/
wchar_t* helptext
/* (In)
The help text
*/
)
Returns
The function was successful
The function failed
User Guide References
¿Fue esto útil?