Documentación de la API > Custom user interface > Object ProUICascadebutton > Function ProUICascadebuttonPopupmenuGet
Function ProUICascadebuttonPopupmenuGet
Description
Get the popup menu for the cascadebutton.
Synopsis
ProUICascadebuttonPopupmenuGet
(
char* dialog
/* (In)
The name of the dialog that contains the cascadebutton.
*/
char* component
/* (In)
The name of the cascadebutton component.
*/
char** value
/* (Out)
The name of the popup menu. Free this using ProStringFree().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?