ActiveReports 6 Online Help
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Toolbox Class
Toolbox Members
Overload List

Send Feedback