IToolboxService::SerializeToolboxItem Method (ToolboxItem^)
.NET Framework (current version)
Gets a serializable object that represents the specified toolbox item.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- toolboxItem
-
Type:
System.Drawing.Design::ToolboxItem^
The ToolboxItem to serialize.
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
Available since 1.1
Show: