Assembly: Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub AddToolboxItem ( _ toolboxItem As ToolboxItem _ ) |
| C# |
|---|
public void AddToolboxItem( ToolboxItem toolboxItem ) |
| Visual C++ |
|---|
public: virtual void AddToolboxItem( ToolboxItem^ toolboxItem ) sealed |
| JavaScript |
|---|
function addToolboxItem(toolboxItem); |
Parameters
- toolboxItem
- Type: System.Drawing.Design..::.ToolboxItem