ActiveReports 13
AddLinkedToolboxItem(ToolboxItem,IDesignerHost) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > BaseToolbox Class > AddLinkedToolboxItem Method : AddLinkedToolboxItem(ToolboxItem,IDesignerHost) Method
The AddLinkedToolboxItem method adds a ToolboxItem that is only enabled for the current project to the toolbox.
Syntax
'Declaration
 
Public Overloads Sub AddLinkedToolboxItem( _
   ByVal toolboxItem As ToolboxItem, _
   ByVal host As IDesignerHost _
) 
public void AddLinkedToolboxItem( 
   ToolboxItem toolboxItem,
   IDesignerHost host
)

Parameters

toolboxItem
host
See Also

Reference

BaseToolbox Class
BaseToolbox Members
Overload List