UltimateEditor Class Library

Toolbar.Remove Method 

Removes the first occurrence of a specific toolbar item from the Toolbar.

[Visual Basic]
Public Sub Remove( _
   ByVal toolbarItem As ToolbarItem _
)
[C#]
public void Remove(
   ToolbarItem toolbarItem
);

Parameters

toolbarItem
The toolbar item to remove from the Toolbar.

See Also

Toolbar Class | Karamasoft.WebControls.UltimateEditor Namespace