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
>
ProError
ProUIDialogPopupmenuGet
(
char* dialog
/* (In)
The dialog name.
*/
char** value
/* (Out)
The name of the popup menu pane. Free this string using
ProStringFree
().
*/
)
Returns
PRO_TK_NO_ERROR
The function was successful
PRO_TK_GENERAL_ERROR
The function failed
PRO_TK_BAD_INPUTS
An invalid argument was given
User Guide References
Dialog Attributes:ProUIDialogPopupmenuGet
Was this helpful?
This site works best with JavaScript enabled