IToolboxService::RemoveCreator Method (String^, IDesignerHost^)

 

Removes a previously added toolbox creator that is associated with the specified data format and the specified designer host.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

void RemoveCreator(
	String^ format,
	IDesignerHost^ host
)

Parameters

format
Type: System::String^

The data format of the creator to remove.

host
Type: System.ComponentModel.Design::IDesignerHost^

The IDesignerHost that is associated with the creator to remove.

.NET Framework
Available since 1.1
Return to top
Show: