MiniToolbarComboBox Object


Description

The MiniToolbarComboBox object represents a combobox control within a MiniToolbar.

Methods

Name Description
AddItem Method that adds an item to the controls list.
Clear Method that removes all the items from the control, including any separators.
Delete Method that deletes the control.
RemoveItem Method that removes the specified item or the separator from the control.

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.
AutoHide
ControlType Read-only property that returns the control type.
Count Read-only property that returns the number of items in the combobox, including separators.
DisplayName
Enabled
Index Read-only property that returns the index this control is currently positioned at within the mini toolbar.
InternalName Read-only property that returns a string uniquely identifying this control within the toolbar.
Item Returns the text of the specified item or the name of the specified separator from the combobox.
LargeIcon
Parent Gets the parent object from whom this object can logically be reached.
SelectedIndex
SelectedItem Returns the item currently selected.
ShowIcon
ShowText
StandardIcon
ToolTipText
Type Returns an ObjectTypeEnum indicating this object's type.
Visible
Width

Events

Name Description
OnItemHoverEnd Event that is fired when the user stops hovering over an item in the combobox in the expanded state.
OnItemHoverStart Event that is fired when the user starts to hover over an item in the combobox in the expanded state.
OnItemRemove Event that is fired when the user removes an item from the combobox.
OnPreMenuDisplay Event that is fired when the user clicks the combobox.
OnSelect Event that is fired soon after the user changes the currently selected item using the drop down.

Accessed From

MiniToolbarControls.AddComboBox

Version

Introduced in version 2012