API 설명서 > Custom user interface > Object ProUIList > Function ProUIListPopupmenuSet
Function ProUIListPopupmenuSet
Description
Sets the name of the popup menu for the list.
Synopsis
#include <ProUIList.h>
ProUIListPopupmenuSet
(
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
도움이 되셨나요?