Documentación de la API > Miscellaneous > Object ProUINakedwindow > Function ProUINakedwindowPopupmenuGet
Function ProUINakedwindowPopupmenuGet
Description
Get the popup menu for the naked window.
Synopsis
ProUINakedwindowPopupmenuGet
(
char* dialog
/* (In)
The name of the dialog that contains the naked window.
*/
char* component
/* (In)
The name of the naked window 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?