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

Syntax

Visual Basic (Declaration)
Public Function GetToolboxItems As ToolboxItemCollection
C#
public ToolboxItemCollection GetToolboxItems()
Visual C++
public:
virtual ToolboxItemCollection^ GetToolboxItems() sealed
JavaScript
function getToolboxItems();

Return Value

Implements

IToolboxService..::.GetToolboxItems()()()

See Also