Hi, is it possible to define Family Images for submenus?
I want to create a Menu called Tools and 2 submenus called File and Edit like this:
-[Tools]
— File
------- File A
------- File B
— Edit
------- Edit A
------- Edit B
So far I’ve been only successful assigning a Family Image to the Tools menu, so all the buttons use the same icon. The goal is to create only 1 icon per submenu and share that icon.
The menuItem’s Submenu flag explanation says:
Note that a submenu item creates a menu object and consequently the menu command may be used on the submenu item.
I’m not sure what does this mean or how to use it.
Any help would be appreciated. Thanks