Adds a toolbar item to the end of the Toolbar.

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

Syntax

C#
public int Add(
	ToolbarItem toolbarItem
)
Visual Basic (Declaration)
Public Function Add ( _
	toolbarItem As ToolbarItem _
) As Integer
Visual C++
public:
int Add(
	ToolbarItem^ toolbarItem
)

Parameters

toolbarItem
Type: Karamasoft.WebControls.UltimateEditor..::.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