Inserts a toolbar item into the Toolbar at the specified index.
Namespace:
Karamasoft.WebControls.UltimateEditorAssembly: UltimateEditor (in UltimateEditor.dll) Version: 3.6.3822.15677
Syntax
| C# |
|---|
public void Insert( int index, ToolbarItem toolbarItem ) |
| Visual Basic (Declaration) |
|---|
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.