OLE ドラッグ アンド ドロップおよびデータ転送クラスOLE Drag-and-Drop and Data Transfer Classes
これらのクラスは、OLE データ転送で使用されます。These classes are used in OLE data transfers. クリップボードまたはドラッグアンドドロップを使用して、アプリケーション間でデータを転送できます。They allow data to be transferred between applications by using the Clipboard or through drag and drop.
COleDropSourceCOleDropSource
ドラッグアンドドロップ操作を開始から終了まで制御します。Controls the drag-and-drop operation from start to finish. このクラスは、ドラッグ操作がいつ開始され、いつ終了するかを決定します。This class determines when the drag operation starts and when it ends. また、ドラッグアンドドロップ操作中のカーソルフィードバックも表示されます。It also displays cursor feedback during the drag-and-drop operation.
COleDataSourceCOleDataSource
アプリケーションがデータ転送用のデータを提供するときに使用されます。Used when an application provides data for a data transfer. COleDataSource
オブジェクト指向のクリップボードオブジェクトとして表示できます。COleDataSource
could be viewed as an object-oriented Clipboard object.
COleDropTargetCOleDropTarget
ドラッグアンドドロップ操作の対象を表します。Represents the target of a drag-and-drop operation. オブジェクトは、 COleDropTarget
画面上のウィンドウに対応します。A COleDropTarget
object corresponds to a window on screen. このメソッドは、削除されたデータを受け入れ、実際の削除操作を実装するかどうかを決定します。It determines whether to accept any data dropped onto it and implements the actual drop operation.
COleDataObjectCOleDataObject
からへの受信側として使用され COleDataSource
ます。Used as the receiver side to COleDataSource
. COleDataObject
オブジェクトは、オブジェクトに格納されているデータへのアクセスを提供 COleDataSource
します。COleDataObject
objects provide access to the data stored by a COleDataSource
object.