UltimateEditor Class Library

ToolbarList.Remove Method 

Removes the first occurrence of a specific toolbar from the ToolbarList.

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

Parameters

toolbar
The toolbar to remove from the ToolbarList.

See Also

ToolbarList Class | Karamasoft.WebControls.UltimateEditor Namespace