Assembly: Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub AddLinkedToolboxItem ( _ toolboxItem As ToolboxItem, _ category As String, _ host As IDesignerHost _ ) |
| C# |
|---|
public void AddLinkedToolboxItem( ToolboxItem toolboxItem, string category, IDesignerHost host ) |
| Visual C++ |
|---|
public: virtual void AddLinkedToolboxItem( ToolboxItem^ toolboxItem, String^ category, IDesignerHost^ host ) sealed |
| JavaScript |
|---|
function addLinkedToolboxItem(toolboxItem, category, host); |