ActiveReports Developer 7
AddToolboxItem(ToolboxItem) Method
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class > AddToolboxItem Method : AddToolboxItem(ToolboxItem) Method

toolboxItem
The System.Drawing.Design ToolboxItem to add to the toolbox.

Glossary Item Box

Adds a ToolboxItem to the toolbox.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub AddToolboxItem( _
   ByVal toolboxItem As System.Drawing.Design.ToolboxItem _
) 
C# 
public void AddToolboxItem( 
   System.Drawing.Design.ToolboxItem toolboxItem
)

Parameters

toolboxItem
The System.Drawing.Design ToolboxItem to add to the toolbox.

See Also