ActiveReports 12
AddCreator(ToolboxItemCreatorCallback,String) Method

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class > AddCreator Method : AddCreator(ToolboxItemCreatorCallback,String) Method
A System.Drawing.Design ToolboxItemCreatorCallback delegate.
A String that describes the data format that the creator handles.
Adds a System.Drawing.Design ToolboxItemCreatorCallback delegate that you can use to convert data that was pasted or dropped onto the toolbox into a ToolboxItem.
Syntax
'Declaration
 
Public Overloads Sub AddCreator( _
   ByVal creator As ToolboxItemCreatorCallback, _
   ByVal format As String _
) 
public void AddCreator( 
   ToolboxItemCreatorCallback creator,
   string format
)

Parameters

creator
A System.Drawing.Design ToolboxItemCreatorCallback delegate.
format
A String that describes the data format that the creator handles.
See Also

Reference

Toolbox Class
Toolbox Members
Overload List