PopupMenus Collection (ActiveX)

A collection of PopupMenu objects representing all the popup menus loaded in the MenuGroup.

Supported Platforms: Windows only

Class Information

Class Name

AcadPopupMenus

Object Inheritance
Object
   AcadPopupMenus
Create Using

VBA

Not applicable
Access Via

VBA

MenuGroup.Menus

Members

These members are part of this object:

Remarks

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.