RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragImageList.DragCursor Property

Specifies the current drag cursor that is associated with the image list.

Pascal
property DragCursor: TCursor;
C++
__property TCursor DragCursor;

Use DragCursor to determine which cursor should be displayed when an image in the image list is dragged. When an image is dragged, a new drag image is created by combining the given image (typically a mouse cursor image) with the current drag cursor. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!