API 文件集 > Custom user interface > Object ProUIDialog > Function ProUIDialogPopupmenuSet
Function ProUIDialogPopupmenuSet
Description
Sets the name of the popup menu for the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogPopupmenuSet
(
char* dialog
/* (In)
The dialog name.
*/
char* value
/* (In)
The name of the popup menu pane.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
這是否有幫助?