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