UltimateEditor Class Library

ToolbarList.Insert Method 

Inserts a toolbar into the ToolbarList at the specified index.

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

Parameters

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

See Also

ToolbarList Class | Karamasoft.WebControls.UltimateEditor Namespace