ToolboxService::IToolboxService::AddCreator Method (ToolboxItemCreatorCallback^, String^)

 

For a description of this member, see the IToolboxService::AddCreator method.

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

private:
virtual void AddCreator(
	ToolboxItemCreatorCallback^ creator,
	String^ format
) sealed = IToolboxService::AddCreator

Parameters

creator
Type: System.Drawing.Design::ToolboxItemCreatorCallback^

A ToolboxItemCreatorCallback that can create a component when the toolbox item is invoked.

format
Type: System::String^

The data format that the creator handles.

This member is an explicit interface member implementation. It can be used only when the ToolboxService instance is cast to an IToolboxService interface.

.NET Framework
Available since 2.0
Return to top
Show: