Inserts a control into the editor toolbar at the specified position.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public void InsertToolControl(
	int index,
	string buttonName,
	Control button
)
Visual Basic
Public Sub InsertToolControl ( _
	index As Integer, _
	buttonName As String, _
	button As Control _
)
Visual C++
public:
void InsertToolControl(
	int index, 
	String^ buttonName, 
	Control^ button
)

Parameters

index
Type: System..::..Int32
buttonName
Type: System..::..String
button
Type: System.Web.UI..::..Control

See Also