ToolboxItemContainer Constructor (ToolboxItem^)

 

Initializes a new instance of the ToolboxItemContainer class from a ToolboxItem.

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

public:
ToolboxItemContainer(
	ToolboxItem^ item
)

Parameters

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

The ToolboxItem for which to create a ToolboxItemContainer.

The container’s cache of information is filled by accessing properties on the ToolboxItem.

.NET Framework
Available since 2.0
Return to top
Show: