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

Syntax

Visual Basic (Declaration)
Public Function GetSelectedToolboxItem ( _
	host As IDesignerHost _
) As ToolboxItem
C#
public ToolboxItem GetSelectedToolboxItem(
	IDesignerHost host
)
Visual C++
public:
virtual ToolboxItem^ GetSelectedToolboxItem(
	IDesignerHost^ host
) sealed
JavaScript
function getSelectedToolboxItem(host);

Return Value

Implements

IToolboxService..::.GetSelectedToolboxItem(IDesignerHost)

See Also