UltimateEditor Class Library

Toolbar.Add Method 

Adds a toolbar item to the end of the Toolbar.

[Visual Basic]
Public Function Add( _
   ByVal toolbarItem As ToolbarItem _
) As Integer
[C#]
public int Add(
   ToolbarItem toolbarItem
);

Parameters

toolbarItem
The toolbar item to be added to the end of the Toolbar.

Return Value

The Toolbar index at which the toolbar item has been added.

See Also

Toolbar Class | Karamasoft.WebControls.UltimateEditor Namespace