ToolboxService::IToolboxService::RemoveCreator Method (String^, IDesignerHost^)
.NET Framework (current version)
Removes a previously added toolbox creator that is associated with the specified data format and the specified designer host.
Assembly: System.Drawing.Design (in System.Drawing.Design.dll)
private: virtual void RemoveCreator( String^ format, IDesignerHost^ host ) sealed = IToolboxService::RemoveCreator
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | format or host is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: