Inserts a toolbar item into the Toolbar at the specified index.

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

C#
public void Insert(
	int index,
	ToolbarItem toolbarItem
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	toolbarItem As ToolbarItem _
)
Visual C++
public:
void Insert(
	int index, 
	ToolbarItem^ toolbarItem
)

Parameters

index
Type: System..::..Int32
The zero-based index at which toolbar item should be inserted.
toolbarItem
Type: Karamasoft.WebControls.UltimateEditor..::..ToolbarItem
The toolbar item to insert.

See Also