Defines the properties for new menu items.
With the Menus.AddEx method, you can use this object to do the following:
- Add and update application menus: To create or modify application menus, use the unique ID provided with each menu in the application. This ensures that your menu modifications are not affected by future versions.
- Add dynamic menu to your add-on forms: Using Form.Menu, you can add dynamic menus to your add-on forms. Dynamic menus appear under the Goto menu when the form gets focus.