IToolboxService::SerializeToolboxItem Method (ToolboxItem^)

 

Gets a serializable object that represents the specified toolbox item.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

Object^ SerializeToolboxItem(
	ToolboxItem^ toolboxItem
)

Parameters

toolboxItem
Type: System.Drawing.Design::ToolboxItem^

The ToolboxItem to serialize.

Return Value

Type: System::Object^

An object that represents the specified ToolboxItem.

This method serializes the specified ToolboxItem to an object that can be persisted. The returned object can be stored in a stream or passed around in a drag-and-drop or clipboard operation.

.NET Framework
Available since 1.1
Return to top
Show: