ActiveReports 9
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 System.Drawing.Design.ToolboxItemCreatorCallback, _
   ByVal format As System.String _
) 
public void AddCreator( 
   System.Drawing.Design.ToolboxItemCreatorCallback creator,
   System.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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum