Removes a given button from the ToolControl collection.

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

Syntax

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

Parameters

toolctrl
Type: CuteEditor..::..ToolControl

See Also