A collection of PopupMenu objects representing all the popup menus loaded in the MenuGroup.
Supported Platforms: Windows only
AcadPopupMenus
Object AcadPopupMenus
VBA
Not applicable
VBA
MenuGroup.Menus
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
None |
The PopupMenus collection represents all the menus loaded in the current AutoCAD session, some or all of which may be currently displayed in AutoCAD. To load an existing menu into the current session, load the menu group containing the menu using the Load method. To create a new menu, use the Add method.
To display a menu on the AutoCAD menu bar, use the InsertMenuInMenuBar method. To remove a menu from the menu bar, use the RemoveMenuFromMenuBar method.