API 文档 > Custom user interface > Object ProUIOptionmenu > Function ProUIOptionmenuValueSet
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
这对您有帮助吗?