DragItem.MouseCursor
From Xojo Documentation
Property (As MouseCursor )
aDragItem.MouseCursor = newMouseCursorValue
or
MouseCursorValue = aDragItem.MouseCursor
Supported for all project types and targets.
or
MouseCursorValue = aDragItem.MouseCursor
Supported for all project types and targets.
The cursor to be displayed during the drag.
Sample Code
The following code displays a custom cursor for the drag. It is in the MouseDown event of the ImageWell.