IToolboxService::AddLinkedToolboxItem Method (ToolboxItem^, String^, IDesignerHost^)
.NET Framework (current version)
Adds the specified project-linked toolbox item to the toolbox in the specified category.
Assembly: System.Drawing (in System.Drawing.dll)
void AddLinkedToolboxItem(
ToolboxItem^ toolboxItem,
String^ category,
IDesignerHost^ host
)
Parameters
- toolboxItem
-
Type:
System.Drawing.Design::ToolboxItem^
The linked ToolboxItem to add to the toolbox.
- category
-
Type:
System::String^
The toolbox item category to add the toolbox item to.
- host
-
Type:
System.ComponentModel.Design::IDesignerHost^
The IDesignerHost for the current design document.
A linked toolbox item is a toolbox item that is only available for a specific project.
.NET Framework
Available since 1.1
Available since 1.1
Show: