Adds item into toolbos control
Namespace:
Greatis.FormDesignerAssembly: 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: void AddToolboxItem( ToolboxItem^ toolboxItem, String^ category ) |
| JavaScript |
|---|
function addToolboxItem(toolboxItem, category); |
Parameters
- toolboxItem
- Type: System.Drawing.Design..::.ToolboxItem
toolbox item
- category
- Type: System..::.String
category for item