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

Syntax

Visual Basic (Declaration)
Public Sub RemoveCreator ( _
	format As String, _
	host As IDesignerHost _
)
C#
public void RemoveCreator(
	string format,
	IDesignerHost host
)
Visual C++
public:
virtual void RemoveCreator(
	String^ format, 
	IDesignerHost^ host
) sealed
JavaScript
function removeCreator(format, host);

Implements

IToolboxService..::.RemoveCreator(String, IDesignerHost)

See Also