API Documentation > Miscellaneous > Object ProMfgproctable > Function ProMfgproctableMenuAdd
Function ProMfgproctableMenuAdd
Description
Add a new user-defined menu to the manufacturing Process Manager UI, or to a submenu in the UI. This should be called before the Process Manager dialog is shown.
Licensing Requirement
Synopsis
ProMfgproctableMenuAdd
(
char* menu_name
/* (In)
The name of the menu.
*/
wchar_t* menu_label
/* (In)
The menu label.
*/
char* parent_menu_name
/* (In)
The name of the parent menu. Can be NULL to add the menu to the top-level menubar.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
Was this helpful?