1 | The menuitem object of the menu object allows us to manipulate each item in the menu. The menuitems are what give functionality to the menu |
2 | |
3 | Each new menuitem is contained in its parent menu. Hence creating a new menuitem involves adding it to a specific menu. |
4 | |
5 | Some methods / Properties of the Menu object which will be used frequently are : |
6 | |
7 | Add -- Adds a menu to its parent object i.e.. Menubar |
8 | Delete -- Deletes a menu from a menubar. |
9 | Enabled -- Enables a specific menu. |
10 | Caption -- Sets the caption of the menu |