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