Click or drag to resize

ShellListItemGetDataObject Method

Returns the Windows Shell IDataObject interface for this shell item wrapped into an instance of type DataObject.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public DataObject GetDataObject()

Return Value

Type: DataObject
The DataObject for this shell list item
See Also