ActiveReports 13
AddCreator(ToolboxItemCreatorCallback,String,IDesignerHost) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > BaseToolbox Class > AddCreator Method : AddCreator(ToolboxItemCreatorCallback,String,IDesignerHost) Method
The AddCreator method adds a ToolboxItemCreatorCallback delegate capable of converting some type of data stored on the toolbox to a ToolboxItem.
Syntax
'Declaration
 
Public Overloads Sub AddCreator( _
   ByVal creator As ToolboxItemCreatorCallback, _
   ByVal format As String, _
   ByVal host As IDesignerHost _
) 
public void AddCreator( 
   ToolboxItemCreatorCallback creator,
   string format,
   IDesignerHost host
)

Parameters

creator
format
host
See Also

Reference

BaseToolbox Class
BaseToolbox Members
Overload List