Insert Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| ToolControlCollecton..::..Insert Method |
| ToolControlCollecton Class See Also Send Feedback |
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 ) |