API Documentation > Custom user interface > Object ProUIDialog > Function ProUIDialogPopupmenuGet
Function ProUIDialogPopupmenuGet
Description
Gets the name of the popup menu for the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogPopupmenuGet
(
char* dialog
/* (In)
The dialog name.
*/
char** value
/* (Out)
The name of the popup menu pane. Free this string using ProStringFree().
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Was this helpful?