Function ProUIRadiogroupHelptextSet
Description
Set the helptext of a radio group component
Synopsis
ProUIRadiogroupHelptextSet
(
char* dialog
/* (In)
The name of the dialog that contains the radio group
*/
char* radiogroup
/* (In)
The name of the radio group component
*/
wchar_t* helptext
/* (In)
The help text
*/
)
Returns
The function was successful
The function failed
User Guide References
これは役に立ちましたか?