OLEGiveFeedback event (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

void OLEGiveFeedback(BOOL *pbUseDefaultCursor)

Overview

Refer to Loading a Bitmap from a File.

Remarks

Occurs repeated during the dragging process to provide information on which cursor to display.

To use custom cursors instead of the default cursors, set the OLEDragCursor property to the desired cursor and set the EnableUseDefaultCursor property to FALSE. The user should specify whether to display the default cursor or a custom cursor in side the OLEGiveFeedback event by setting the EnableUseDefaultCursor property.

See Also

Elements:

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

Topics:

Raster Images: Copying Images