ToolboxService::IToolboxService::AddLinkedToolboxItem Method (ToolboxItem^, String^, IDesignerHost^)
.NET Framework (current version)
For a description of this member, see the IToolboxService::AddLinkedToolboxItemmethod.
Assembly: System.Drawing.Design (in System.Drawing.Design.dll)
private: virtual void AddLinkedToolboxItem( ToolboxItem^ toolboxItem, String^ category, IDesignerHost^ host ) sealed = IToolboxService::AddLinkedToolboxItem
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.
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
Available since 2.0
Show: