SetDragAndDrop
TheSetDragAndDropmethod replaces the drag-and-drop object for this session.
void SetDragAndDrop (in ODDragAndDrop dragAndDrop);
dragAndDrop- A reference to the new drag-and-drop object for this session.
DISCUSSION
This method may be called only by a shell plug-in'sODShellPluginInstallfunction.SEE ALSO
The ODDragAndDrop class (page 187).
TheODShellPluginInstallfunction (page 952).