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( string name ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ name As String _ ) As Integer |
| Visual C++ |
|---|
public: int IndexOf( String^ name ) |
Parameters
- name
- Type: System..::..String