MiniToolbarListItem Object
Description
The MiniToolbarListItem object represents an item in either a MiniToolBarComboBox or a MiniToolBarDropdown object.
Properties
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
Version
Introduced in version 2012