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