AcadPopupMenus
A collection of PopupMenu objects representing all the popup menus loaded in the MenuGroup
Supported Platforms: Windows only
Object Inheritance
Members
These members are part of this object:
Methods- Item
- Add
- InsertMenuInMenuBar
- RemoveMenuFromMenuBar
Properties- Count
- Application
- Parent
- Item()
IAcadPopupMenu* Item([in] VARIANT Index)
Gets the member object at a given index in a collection, group, or selection set
- Add()
IAcadPopupMenu* Add([in] BSTR MenuName)
Creates a member object and adds it to the appropriate collection
Void InsertMenuInMenuBar([in] BSTR MenuName, [in] VARIANT Index)
Inserts a menu into the menu bar
Void RemoveMenuFromMenuBar([in] VARIANT Index)
Removes the popup menu, as specified from the collection, from the menu bar
- Count [ReadOnly]
Integer Count( )
Gets the number of items in the collection, dictionary, group, or selection set
- Application [ReadOnly]
IAcadApplication* Application( )
Gets the Application object
- Parent [ReadOnly]
IAcadMenuGroup* Parent( )
Gets the parent of the object