ShellBrowserGetDataObject Method |
Returns the Windows Shell IDataObject interface for the currently active object wrapped into an instance of type
DataObject.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic DataObject GetDataObject()
Public Function GetDataObject As DataObject
public:
DataObject^ GetDataObject()
member GetDataObject : unit -> DataObject
Return Value
DataObjectThe DataObject for the active object.
See Also