Initializes a new instance of the ToolControl class

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

Syntax

C#
public ToolControl(
	string name,
	Control ctrl
)
Visual Basic
Public Sub New ( _
	name As String, _
	ctrl As Control _
)
Visual C++
public:
ToolControl(
	String^ name, 
	Control^ ctrl
)

Parameters

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

See Also