Determines whether a toolbar item is in the Toolbar.

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

C#
public bool Contains(
	ToolbarItem toolbarItem
)
Visual Basic
Public Function Contains ( _
	toolbarItem As ToolbarItem _
) As Boolean
Visual C++
public:
bool Contains(
	ToolbarItem^ toolbarItem
)

Parameters

toolbarItem
Type: Karamasoft.WebControls.UltimateEditor..::..ToolbarItem
The toolbar item to locate in the Toolbar.

Return Value

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

See Also