|
DEPRECATED:
|
Since Creo 1
|

SUPERSEDED BY: | Depends on the context, consult the user documentation. |


Replacement in Object TOOLKIT: |

ProMenubarMenuAdd | |
( ProMenuItemName menu_name /* (In) The name of the menu (must be unique) */ ProMenuItemLabel untranslated_menu_label /* (In) The label of the menu */ ProMenuItemName neighbor /* (In) The neighbor menu in the menu bar. Note: If you are adding the first menu to the menu bar of Creo Parametric, set the neighbor argument to NULL. */ ProBoolean add_after_neighbor /* (In) Defines whether to add the menu to the left or right of the neighbor menu; PRO_B_TRUE specifies to the right. */ ProFileName filename /* (In) Name of the message file containing the label */ ) |

The function successfully added the menu. | |
The specified message was not found in the message file. | |
a menubar entity with this name already exists. | |
The function failed to add the menu. |

