| Name | Description |
| Delete | Method that deletes the MiniToolbar object. |
| 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. |
| Controls | Read-only property that returns the MiniToolbarControls collection object. |
| EnableApply | |
| EnableOK | |
| Height | Read-only property that returns the height of the mini toolbar. |
| HWND | |
| Parent | Gets the parent object from whom this object can logically be reached. |
| Position | |
| ShowApply | |
| ShowCancel | |
| ShowHandle | |
| ShowOK | |
| ShowOptionBox | |
| Type | Returns an ObjectTypeEnum indicating this object's type. |
| Visible | |
| Width | Read-only property that returns the width of the mini toolbar. |
| Name | Description |
| OnApply | Event that fires when the ‘Apply’ button is clicked. |
| OnCancel | Event that fires when the ‘Cancel’ button is clicked. |
| OnEndMove | Event that fires when a drag or a reposition of this MiniToolbar ends. |
| OnHide | Event that fires when this MiniToolbar is hidden. |
| OnMove | Event that fires when this MiniToolbar moves as a result of a drag. |
| OnOK | Event that fires when the ‘OK’ button is clicked. |
| OnShow | Event that fires when this MiniToolbar is shown. |
| OnStartMove | Event that fires when this MiniToolbar begins to move as a result of a drag or a reposition. |