API Documentation > Custom user interface > Object ProUIOptionmenu > Function ProUIOptionmenuNamesSet
Function ProUIOptionmenuNamesSet
Description
Set the names on the options in an option menu component. The names are the internal identifiers for the options in an option menu.
Synopsis
ProUIOptionmenuNamesSet
(
char* dialog
/* (In)
The name of the dialog that contains the radio group
*/
char* optionmenu
/* (In)
The name of the option menu component
*/
int n_names
/* (In)
The number in the array of names
*/
char** names
/* (In)
The array of names
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
Was this helpful?