MenuBar Collection |
A collection of PopupMenu objects representing the current AutoCAD menu bar.
VBA class name: |
AcadMenuBar |
---|---|
Create using: |
N/A |
Access via: |
Application.MenuBar |
The MenuBar object contains all the menus that are currently displayed on the AutoCAD menu bar. Any menu from a currently loaded menu group can be displayed on the menu bar.
To display a menu on the menu bar, use the InsertInMenuBar method found on the PopupMenu object. To remove a menu from the current menu bar, use the RemoveFromMenuBar method also found on the PopupMenu object.
You cannot create or delete the MenuBar collection. To query the menus currently displayed on the menu bar, use the following methods and properties:
Methods |
Properties |
Comments? |