IToolboxService::DeserializeToolboxItem Method (Object^, IDesignerHost^)

 

Gets a toolbox item from the specified object that represents a toolbox item in serialized form, using the specified designer host.

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

ToolboxItem^ DeserializeToolboxItem(
	Object^ serializedObject,
	IDesignerHost^ host
)

Parameters

serializedObject
Type: System::Object^

The object that contains the ToolboxItem to retrieve.

host
Type: System.ComponentModel.Design::IDesignerHost^

The IDesignerHost to associate with this ToolboxItem.

Return Value

Type: System.Drawing.Design::ToolboxItem^

The ToolboxItem created from deserialization.

.NET Framework
Available since 1.1
Return to top
Show: