Inserts an existing ToolControl in the ToolControl collection at the specified location.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void Insert( int index, ToolControl toolctrl ) |
| Visual Basic |
|---|
Public Sub Insert ( _ index As Integer, _ toolctrl As ToolControl _ ) |
| Visual C++ |
|---|
public: void Insert( int index, ToolControl^ toolctrl ) |