Function ProUIOptionmenuItemhelptextSet
Description
Set the help text on the items in an option menu
Synopsis
ProUIOptionmenuItemhelptextSet
(
char* dialog
/* (In)
The name of the dialog that contains the option menu
*/
char* optionmenu
/* (In)
The name of the option menu component
*/
int n_items
/* (In)
The number of text items
*/
wchar_t** itemhelptext
/* (In)
An array of help text items
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
これは役に立ちましたか?