AcadToolbar
A toolbar
Supported Platforms: Windows only
Object Inheritance
Members
These members are part of this object:
Methods- Item
- AddToolbarButton
- AddSeparator
- Dock
- Float
- Delete
Properties- Count
- Application
- Parent
- Name
- Visible
- DockStatus
- LargeButtons
- left
- top
- Width
- Height
- FloatingRows
- HelpString
- TagString
- Item()
IAcadToolbarItem* Item([in] VARIANT Index)
Gets the member object at a given index in a collection, group, or selection set
- AddToolbarButton()
IAcadToolbarItem* AddToolbarButton([in] VARIANT Index, [in] BSTR Name, [in] BSTR HelpString, [in] BSTR Macro, [in, optional] VARIANT FlyoutButton)
Adds a toolbar item to a toolbar at a specified position
- AddSeparator()
IAcadToolbarItem* AddSeparator([in] VARIANT Index)
Adds a separator to an existing menu or toolbar
- Dock()
Void Dock(AcToolbarDockStatusShort Side)
Docks the toolbar to the owning frame window
- Float()
Void Float([in] Int top, [in] Int left, [in] Int NumberFloatRows)
Floats the toolbar
- Delete()
Void Delete( )
Deletes a specified object
- 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]
IDispatch* Parent( )
Gets the parent of the object
- Name
BSTR Name( )
Specifies the name of the object
- Visible
Boolean Visible( )
Specifies the visibility of an object or the application
- DockStatus [ReadOnly]
AcToolbarDockStatus DockStatus( )
Specifies if the toolbar is docked or floating
- LargeButtons [ReadOnly]
Boolean LargeButtons( )
Specifies if the toolbar button is large or small
- left
Int left( )
Specifies the left edge of a toolbar
- top
Int top( )
Specifies the top edge of a toolbar
- Width [ReadOnly]
Int Width( )
Specifies the width of the text boundary, view, image, toolbar, or main application window
- Height [ReadOnly]
Int Height( )
Height of the attribute, shape, text, or view toolbar or the main application window
- FloatingRows
Int FloatingRows( )
Specifies the number of rows for a floating toolbar
- HelpString
BSTR HelpString( )
Specifies the help string for the toolbar, toolbar item, or menu item
- TagString [ReadOnly]
BSTR TagString( )
Specifies the tag string of the object