Inserts an existing ToolControl in the ToolControl collection at the specified location.

Namespace: CuteEditor
Assembly: 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
)

Parameters

index
Type: System..::..Int32
toolctrl
Type: CuteEditor..::..ToolControl

See Also