/// Add a creator that will convert non-standard tools in the specified format into ToolboxItems, to be associated with a host. public void AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback creator, string format, System.ComponentModel.Design.IDesignerHost host) { // UNIMPLEMENTED - We aren't handling any non-standard tools here. Our toolset is constant. }
/// Add a creator that will convert non-standard tools in the specified format into ToolboxItems. void System.Drawing.Design.IToolboxService.AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback creator, string format) { // UNIMPLEMENTED - We aren't handling any non-standard tools here. Our toolset is constant. }
public void AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback creator, string format) { }
public void AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback creator, string format, System.ComponentModel.Design.IDesignerHost host) { }
public void AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback creator, string format) { // No implementation }
void System.Drawing.Design.IToolboxService.AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback creator, string format) { // we only deal with the standard win forms tools that we know of }
public void AddCreator(System.Drawing.Design.ToolboxItemCreatorCallback creator, string format, IDesignerHost host) { // we only deal with the standard win forms tools that we know of }