UltimateEditor Class Library

ToolbarList.Contains Method 

Determines whether a toolbar is in the ToolbarList.

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

Parameters

toolbar
The toolbar to locate in the ToolbarList.

Return Value

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

See Also

ToolbarList Class | Karamasoft.WebControls.UltimateEditor Namespace