ActiveReports 12
SerializeToolboxItem Method

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class : SerializeToolboxItem Method
The System.Drawing.Design ToolboxItem to serialize.
Creates a serialized System.Object representing the specified ToolboxItem.
Syntax
'Declaration
 
Public Function SerializeToolboxItem( _
   ByVal toolboxItem As ToolboxItem _
) As Object
public object SerializeToolboxItem( 
   ToolboxItem toolboxItem
)

Parameters

toolboxItem
The System.Drawing.Design ToolboxItem to serialize.

Return Value

A System.Object.
See Also

Reference

Toolbox Class
Toolbox Members