UltimateEditor Class Library

Toolbar.Insert Method 

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

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal toolbarItem As ToolbarItem _
)
[C#]
public void Insert(
   int index,
   ToolbarItem toolbarItem
);

Parameters

index
The zero-based index at which toolbar item should be inserted.
toolbarItem
The toolbar item to insert.

See Also

Toolbar Class | Karamasoft.WebControls.UltimateEditor Namespace