MenuGroups Collection (ActiveX)

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

Supported Platforms: Windows only

Class Information

Class Name

AcadMenuGroups

Object Inheritance
Object
   AcadMenuGroups
Create Using

VBA

Not applicable
Access Via

VBA

Application.MenuGroups

Members

These members are part of this object:

Methods

Properties

Events

Item

Load

Application

Count

Parent

None

Remarks

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.