MiniToolbarTextBox.Item Property
Parent Object: MiniToolbarTextBoxDescription
Returns the MiniToolbarListItem of the specified item from the text box list.
Syntax
MiniToolbarTextBox.Item( Index As Variant ) As MiniToolbarListItemProperty Value
This is a read only property whose value is a MiniToolbarListItem.Parameters
Name | Type | Description |
Index | Variant | Input Variant value that specifies the item to remove. This can be a numeric value indicating the index of the item in the list or it can be a string that is the internal name of the item. If an out of range index is provided or a name that doesn’t exist, an error will occur. |