Class Hierarchy
IAcadToolCopyPaste
File
AcTc.idl
Description
This interface, which is queried from the IAcadStockTool interface, allows a stock tool to handle objects pasted into the palette from the Clipboard. This interface's copy-and-paste operation is roughly equivalent to the drag-and-drop capabilities provided by the tool's IDropTarget implementation.
The framework tries to pass the Clipboard object to each registered stock tool's IAcadToolCopyPaste interface. It continues iterating through the registered tools until it finds one that accepts the object.