NEW Menu
(gb.qt)
Syntax
DIM hMenu AS Menu
hMenu = NEW Menu ( Parent AS Object [ , Hidden AS Boolean ] )
Creates a new menu.
- Parent must be a Window or another menu.
- Use the Hidden parameter to specify that the menu is not visible by default. This is useful if you want to add a menu on a window on the fly, just for using it as a contextual pop-up menu.