OLEGiveFeedback event (ILEADRasterImgList)

Visual Basic example

Visual C++ example

 

Syntax

void OLEGiveFeedback ();

Overview

Refer to Drag and Drop

Remarks

Occurs repeatedly while an image is being dragged over the image list control to determine the visual feedback for the drag-and-drop operation.

Note:

To use a custom cursor during the drag and drop process, set the OLEDragCursor property to the custom cursor and set the EnableUseDefaultCursor property to FALSE. Specify whether to use the default cursor or a custom cursor by setting the EnableUseDefaultCursor property within the OLEGiveFeedback event.

See Also

Elements

EnableOLEDragMethod property, OLEDragCursor property, OLEStartDrag event, OLECompleteDrag event, OLEDragOver event, EnableUseDefaultCursor property

Topics

Raster Images: Copying Images