IndexOf Method (ToolControl)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| ToolControlCollecton..::..IndexOf Method (ToolControl) |
| ToolControlCollecton Class See Also Send Feedback |
Retrieves the index of the toolbar item within the parent.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public int IndexOf( ToolControl toolctrl ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ toolctrl As ToolControl _ ) As Integer |
| Visual C++ |
|---|
public: int IndexOf( ToolControl^ toolctrl ) |
Parameters
- toolctrl
- Type: CuteEditor..::..ToolControl