Registers a custom button so that it can be used in the template list.

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

Syntax

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

Parameters

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

See Also