ActiveReports 13
RemoveToolboxItem(ToolboxItem,String) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > BaseToolbox Class > RemoveToolboxItem Method : RemoveToolboxItem(ToolboxItem,String) Method
The RemoveToolboxItem method removes the specified ToolboxItem.
Syntax
'Declaration
 
Public Overloads Sub RemoveToolboxItem( _
   ByVal toolboxItem As ToolboxItem, _
   ByVal category As String _
) 
public void RemoveToolboxItem( 
   ToolboxItem toolboxItem,
   string category
)

Parameters

toolboxItem
category
See Also

Reference

BaseToolbox Class
BaseToolbox Members
Overload List