ToolboxService::IToolboxService::SerializeToolboxItem Method (ToolboxItem^)

 

Gets a serializable object that represents the specified toolbox item.

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

private:
virtual Object^ SerializeToolboxItem(
	ToolboxItem^ toolboxItem
) sealed = IToolboxService::SerializeToolboxItem

Parameters

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

The ToolboxItem to serialize.

Return Value

Type: System::Object^

An object that represents the specified ToolboxItem.

Exception Condition
ArgumentNullException

toolboxItem is null.

.NET Framework
Available since 2.0
Return to top
Show: