ActiveReports 8
AddCreator Method
See Also 
GrapeCity.ActiveReports.Design.Win.v8 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class : AddCreator Method

Glossary Item Box

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.

Overload List

OverloadDescription
AddCreator(ToolboxItemCreatorCallback,String,IDesignerHost)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.  
AddCreator(ToolboxItemCreatorCallback,String)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.  

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