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

Syntax

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

Parameters

format
Type: System..::.String

Implements

IToolboxService..::.RemoveCreator(String)

See Also