Adds a toolbar item to the end of the Toolbar.
Namespace:
Karamasoft.WebControls.UltimateEditorAssembly: 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.