Adds a new ToolControl to the end of the toolbar button collection.

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

Syntax

C#
public void Add(
	ToolControl toolctrl
)
Visual Basic
Public Sub Add ( _
	toolctrl As ToolControl _
)
Visual C++
public:
void Add(
	ToolControl^ toolctrl
)

Parameters

toolctrl
Type: CuteEditor..::..ToolControl

See Also