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

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

VBA class name:

AcadPopupMenus 

Create using:

N/A 

Access via:

MenuGroup.Menus 

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.

To edit or query the PopupMenu objects in the collection, use the following methods and properties:

Methods

Add

InsertMenuInMenuBar

Item

RemoveMenuFromMenuBar  

Properties

Application

Count

Parent  

 

   Comments?