Function ProUIOptionmenuValueSet
Description
Sets the current value of an option menu.
Synopsis
ProUIOptionmenuValueSet
(
char* dialog
/* (In)
The name of the dialog that contains the option menu
*/
char* component
/* (In)
The name of the option menu component
*/
wchar_t* value
/* (In)
The new value
*/
)
Returns
The function was successful
The function failed
User Guide References
¿Fue esto útil?