UltimateEditor Class Library

Toolbar.Contains Method 

Determines whether a toolbar item is in the Toolbar.

[Visual Basic]
Public Function Contains( _
   ByVal toolbarItem As ToolbarItem _
) As Boolean
[C#]
public bool Contains(
   ToolbarItem toolbarItem
);

Parameters

toolbarItem
The toolbar item to locate in the Toolbar.

Return Value

true if toolbar item is found in the Toolbar; otherwise, false.

See Also

Toolbar Class | Karamasoft.WebControls.UltimateEditor Namespace