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