Exit Actions
You must not only tell the menu manager inside Creo Parametric which function to call for each button on your menu, but also which function to call if the user selects a button on another menu. This function is called an exit action because it is often used to close the menu.
|
 If you do not define an exit action, Creo Parametric’s behavior is undefined if the user selects from another menu.
|
There are two types of exit action:
• Nothing—The menu selection is ignored. This is useful if you want the user to take some definite action before leaving the current menu.
• Close the current menu—The menus unwind to the level of the menu selected and the selected command is entered. This is the usual way to leave a menu.