UltimateEditor Class Library

ToolbarList.Add Method 

Adds a toolbar to the end of the ToolbarList.

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

Parameters

toolbar
The toolbar to be added to the end of the ToolbarList.

Return Value

The ToolbarList index at which the toolbar has been added.

See Also

ToolbarList Class | Karamasoft.WebControls.UltimateEditor Namespace