Adds a control to the editor toolbar

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

Syntax

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

Parameters

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

See Also