|
Available in the LEADTOOLS Imaging toolkit. |
OLEGiveFeedback event (Main Control)
|
void OLEGiveFeedback (BOOL *pbUseDefaultCursor); | |
|
Overview |
Refer to Drag and Drop |
Remarks
Occurs repeatedly while an image is being dragged 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 pbUseDefaultCursor parameter of the OLEGiveFeedback event to FALSE, within the event. |
See Also
|
Elements |
EnableOLEDragMethod property, OLEDragCursor property, OLEStartDrag event, OLECompleteDrag event, OLEDragOver event |
|
Topics |