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

 

For a description of this member, see the IToolboxService::DeserializeToolboxItem method.

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

private:
virtual ToolboxItem^ DeserializeToolboxItem(
	Object^ serializedObject,
	IDesignerHost^ host
) sealed = IToolboxService::DeserializeToolboxItem

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.

This member is an explicit interface member implementation. It can be used only when the ToolboxService instance is cast to an IToolboxService interface.

.NET Framework
Available since 2.0
Return to top
Show: