Initializes a new instance of the toolbox service using the specified toolbox view

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	toolboxView As IToolboxView _
)
C#
public ToolboxService(
	IToolboxView toolboxView
)
Visual C++
public:
ToolboxService(
	IToolboxView^ toolboxView
)
JavaScript
Greatis.FormDesigner.ToolboxService = function(toolboxView);

Parameters

toolboxView
Type: Greatis.FormDesigner..::.IToolboxView

See Also