Removes the first occurrence of a specific toolbar item from the Toolbar.
Namespace: Karamasoft.WebControls.UltimateEditorAssembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618
Syntax
| C# |
|---|
public void Remove( ToolbarItem toolbarItem ) |
| Visual Basic |
|---|
Public Sub Remove ( _ toolbarItem As ToolbarItem _ ) |
| Visual C++ |
|---|
public: void Remove( ToolbarItem^ toolbarItem ) |
Parameters
- toolbarItem
- Type: Karamasoft.WebControls.UltimateEditor..::..ToolbarItem
The toolbar item to remove from the Toolbar.