Share

acedRegisterCustomDropTarget

C++

BOOL acedRegisterCustomDropTarget(
    IDropTarget* pItarget
);

File

rxmfcapi.h

Description

Registers a new IDroptarget to AutoCAD's drawing window. Only one IDropTarget can be registered at one time. AutoCAD's default Drag-and-Drop handling capabilities are not available until the IDroptarget is revoked.

Returns TRUE if it successfully registers the IDropTarget. Otherwise, returns FALSE.

Parameters

Parameters Description
pItarget Pointer to new IDropTarget handles Drag-and-Drop behavior of AutoCAD's drawing window

Was this information helpful?