Share

MiniToolbarListItem Object


Description

The MiniToolbarListItem object represents an item in either a MiniToolBarComboBox or a MiniToolBarDropdown object.

Properties

Name Description
AllowDelete Read-write property that specifies if this item can be deleted. This will always be false for a separator.
Enabled Read-write property that gets and sets whether the control is enabled. This property defaults to True when the control is created.
Index Read-only property that specifies the position of this item within the list.
InternalName Read-only property that gets the internal name of this item.
IsChecked Read-write property that specifies if the check box beside this item is checked or not.
IsSeperator Read-only property that indicates if this control is a separator or not.
LargeIcon Read-write property that gets and sets the standard size icon for this item.
ShowCheckBox Read-write property that gets and sets whether the a check box is displayed beside this item.
StandardIcon Read-write property that gets and sets the standard size icon for this item.
Text Read-write property that gets and sets the visible text for this item.
ToolTipText Read-write property that gets and sets the tool tip text for this item.

Accessed From

MiniToolbarComboBox.AddItem, MiniToolbarComboBox.Item, MiniToolbarComboBox.SelectedItem, MiniToolbarDropdown.AddItem, MiniToolbarDropdown.AddSeparator, MiniToolbarDropdown.Item, MiniToolbarDropdown.SelectedItem, MiniToolbarTextBox.AddItem, MiniToolbarTextBox.AddSeparator, MiniToolbarTextBox.Item, MiniToolbarTextBox.SelectedItem

Samples

Name Description
Change color of part, features or faces This sample demonstrates how to use MiniToolBar to change appearance color of part or features or faces.

Version

Introduced in version 2012

Was this information helpful?