Toolbars Collection |
A collection of Toolbar objects representing all the toolbars loaded in the current AutoCAD session.
VBA class name: |
AcadToolbars |
---|---|
Create using: |
N/A |
Access via: |
MenuGroup.Toolbars |
The Toolbars collection represents all the toolbars loaded in the current AutoCAD session, some or all of which may be currently displayed in AutoCAD. To load an existing toolbar into the current session, load the menu group that contains the toolbar using the Load method. To create a new toolbar, use the Add method.
To display large buttons for all toolbars, set the LargeButtons property to TRUE. This property changes the toolbar buttons for all the toolbars loaded in the current AutoCAD session.
To edit or query the Toolbar objects in the collection, use the following methods and properties:
Methods |
Properties |
Comments? |