Share

MiniToolbarControls Object


Description

The MiniToolbarControls object contains the controls within a minitoolbar and methods to create new controls.

Methods

Name Description
AddButton Method that creates a new button control within the MiniToolbar.
AddCheckBox Method that creates a new check box control within the MiniToolbar.
AddComboBox Method that creates a new combobox control within the MiniToolbar.
AddDropdown Method that creates a new dropdown control within the MiniToolbar.
AddLabel Method that creates a new label control within the MiniToolbar.
AddNewLine Method that creates a new line within the MiniToolbar.
AddSeparator Method that creates a new separator within the MiniToolbar.
AddSlider Method that creates a new slider control within the MiniToolbar.
AddValueEditor Method that creates a new value edit control within the MiniToolbar.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Count Gets the number of items in this collection.
Item Allows VARIANT-indexed access to items in the collection. You can use names as indexes as well.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

MiniToolbar.Controls

Version

Introduced in version 2012

Was this information helpful?