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