IToolboxService::DeserializeToolboxItem Method (Object^)

 

Gets a toolbox item from the specified object that represents a toolbox item in serialized form.

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

ToolboxItem^ DeserializeToolboxItem(
	Object^ serializedObject
)

Parameters

serializedObject
Type: System::Object^

The object that contains the ToolboxItem to retrieve.

Return Value

Type: System.Drawing.Design::ToolboxItem^

The ToolboxItem created from the serialized object.

.NET Framework
Available since 1.1
Return to top
Show: