codebase="hhctrl.ocx#Version=4,73,8561,0"> codebase="hhctrl.ocx#Version=4,73,8561,0" > codebase="hhctrl.ocx#Version=4,73,8561,0" >
 
  MenuGroups Collection

A collection of MenuGroup objects representing all the menu groups loaded in the current AutoCAD session.

VBA class name:

AcadMenuGroups 

Create using:

N/A 

Access via:

Application.MenuGroups 

The MenuGroups collection contains all the menu groups that are loaded in the current AutoCAD session.

Menu groups contain all the menus that are available to the AutoCAD session, some or all of which may be displayed on the AutoCAD menu bar. In addition to the menus, the menu groups also contain all the toolbars that are available to the current AutoCAD session.

To load a new menu group into this collection, use the Load method.

To unload a menu group from this collection, use the Unload method found on the MenuGroup object. To edit or query the menu groups in this collection, use the following methods and properties:

Methods

Item

Load  

Properties

Application

Count

Parent  

 

   Comments?