Type: Binary
Availability: Read or write at any time
The dragCursor property of the Window class contains a specific cursor image for display during the drag process, instead of the standard drag mouse cursor that is displayed by default when a window is dragged.
The assigned image must be either a Windows cursor or icon.
This image is displayed only when the form or control to which it is assigned has the dragMode property set to DragMode_Drag (1).
When the window dragging process is terminated, the mouse cursor is reset to an arrow.