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