This class represents an element of a menu.
hMenu = NEW Menu ( Parent AS Object )
- Creates a new Menu.
- The parent of a Menu must be a Window or another Menu. If the parent is a Window, then the Menu is added to the Window menu bar. If the parent is another Menu, then a sub-menu is created.
Referenced by: