A collection of Toolbar objects representing all the toolbars loaded in the current AutoCAD session.
Supported Platforms: Windows only
AcadToolbars
Object AcadToolbars
VBA
Not applicable
VBA
MenuGroup.Toolbars
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
None |
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.