MenuItemButton(Submenu inside a submenu)

How to create a submenu inside a submenu, that is, when i create a MenuItemButton inside a MenuButton, i also want to create another menuitembutton inside that MenuItemButton created.

You can’t create another menuItemButton inside another menuItemButton. But you can create a menuButton inside another menuButton, which is what I think you should do.

Hi maxchay, of course you can create menuitems inside other menuitems. there is a property for the menuitems called “menuitemlevel”. create two menuitems and on the second one set this property to “1”. the menuitem will be nested into the first menuitem. you can to the nesting with the left/right arrows at the bottom of the menubutton - menudesigner window (mark menubutton and click alt + v,m)