Share

MiniToolbarTextBox.AddSeparator Method

Parent Object: MiniToolbarTextBox

Description

Adds a separator to this control.

Syntax

MiniToolbarTextBox.AddSeparator( [InternalName] As String, [Index] As Long ) As MiniToolbarListItem

Parameters

Name Type Description
InternalName String Input String that specifies an internal name for the control. You can provide this for convenience in identifying the item at a later time. If provided, it must be unique with respect to all other items in this drop down.

This is an optional argument whose default value is "".
Index Long Optional input Long value that specifies the 1-based index at which to add the separator. If not specified, the separator is added at the end.

This is an optional argument whose default value is 0.

Version

Introduced in version 2018

Was this information helpful?