Defining a New Menu
 
To define a new menu, first write a menu file. Before you need to use the menu, add the following calls to your Creo TOOLKIT program:
1. Load the menu into memory, using ProMenuFileRegister().
2. Define the actions of the new buttons, using the function ProMenubuttonActionSet().
3. Define the exit action of the new menu, using the functions ProMenubuttonActionSet() and one of the exit action functions described in the following section.
È stato utile?