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