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
User Guide References
これは役に立ちましたか?