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()
Public Function GetDataObject As IDataObject
public:
IDataObject^ GetDataObject()
member GetDataObject : unit -> IDataObject
Return Value
Type:
IDataObjectThe DataObject for this object.
See Also