Function ProUIOptionmenuSelectActionSet
Description
Sets the select action for an option menu.
Synopsis
ProUIOptionmenuSelectActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the option menu
*/
char* optionmenu
/* (In)
The name of the option menu component
*/
/* (In)
The action to be called.
*/
ProAppData appdata
/* (In)
User data to be passed to the action function.
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
これは役に立ちましたか?