Click or drag to resize

ShellTreeNodeGetDataObject Method

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

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

Return Value

Type: IDataObject
The DataObject for this object.
See Also