Returns whether the collection contains the given ToolControl.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public bool Contains( ToolControl toolctrl ) |
| Visual Basic |
|---|
Public Function Contains ( _ toolctrl As ToolControl _ ) As Boolean |
| Visual C++ |
|---|
public: bool Contains( ToolControl^ toolctrl ) |
Parameters
- toolctrl
- Type: CuteEditor..::..ToolControl