ActiveReports 8
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 System.Drawing.Design.ToolboxItem _
) As System.Object
public System.object SerializeToolboxItem( 
   System.Drawing.Design.ToolboxItem toolboxItem
)

Parameters

toolboxItem
The System.Drawing.Design ToolboxItem to serialize.

Return Value

A System.Object.
See Also

Reference

Toolbox Class
Toolbox Members

Support Forum