A collection of MenuGroup objects representing all the menu groups loaded in the current AutoCAD session.
Supported Platforms: Windows only
AcadMenuGroups
Object AcadMenuGroups
VBA
Not applicable
VBA
Application.MenuGroups
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
None |
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.