Share

MiniToolbarControl Object


Description

The MiniToolbarControl object is the base class for all controls within a MiniToolbar.

Methods

Name Description
Delete Method that deletes 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 Read-write property that gets and sets whether the control should be automatically hidden when the user moves the cursor away from the MiniToolbar.
ControlType Read-only property that returns the control type.
DisplayName Read-write property that gets and sets the display name for the control.
Enabled Read-write property that gets and sets whether the control is 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.
LargeIcon Read-write property that gets and sets the large icon for the control.
Parent Gets the parent object from whom this object can logically be reached.
StandardIcon Read-write property that gets and sets the standard (small) icon for the control.
ToolTipText Read-write property that gets and sets the tooltip text for the control.
Type Returns an ObjectTypeEnum indicating this object's type.
Visible Read-write property that gets and sets whether the control is visible.

Accessed From

MiniToolbarControls.AddLabel, MiniToolbarControls.AddNewLine, MiniToolbarControls.AddSeparator, MiniToolbarControls.Item

Derived Classes

MiniToolbarSlider

Version

Introduced in version 2012

Was this information helpful?