![]() | InDesign SDK 20.5 |
#include <ILibraryDragDropUtils.h>

Public Types | |
| enum | { kDefaultIID = IID_ILIBRARYDRAGDROPUTILS } |
Public Member Functions | |
| virtual bool16 | ProvideDragContent (IDragDropController *controller, ILibrary *library, const AssetIDList &assetList)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Used to load the drag and drop controller with asset data from a given library.
| pure virtual |
Load the drag and drop controller with data from an asset.
| controller | IN the controller |
| library | IN the library containing the asset whose data to load |
| assetList | IN list of AssetIDs to load from the library |