The WebMenu object is the main object. It provides access to the Groups collection and the MenuBar, ButtonFont and ItemFont objects.
The Groups collection manages the individual Group objects.
The Group objects represent each popup group in the menu. The Group object provides access to the Items collection.
The Items collection manages the individual Item objects in a Group.
The Item objects represent each command contained within a menu group. An Item object can contain one nested Group object, thus creating a hierarchical relationship of unlimited depth.
The MenuBar object represents the top-level buttons for mouse access to each top-level Group.
The ButtonFont and ItemFont objects are for defining font appearance.