NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IToolboxService.GetDataObjectForTool

Retrieves a data object representing the given toolbox item. The data object can then be used to save the item to the clipboard, or for drag and drop.

[Visual Basic]
Function GetDataObjectForTool( _
   ByVal toolboxItem As ToolboxItem _
) As IDataObject
[C#]
IDataObject GetDataObjectForTool(
   ToolboxItem toolboxItem
);
[C++]
IDataObject* GetDataObjectForTool(
   ToolboxItem* toolboxItem
) = 0;
[JScript]
function GetDataObjectForTool(
   toolboxItem : ToolboxItem
) : IDataObject;

Parameters

toolboxItem
[To be supplied.]

See Also

IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace