Determines whether a toolbar item is in the Toolbar.
Namespace: Karamasoft.WebControls.UltimateEditorAssembly: 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.